mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 01:02:23 +08:00

* add negative y config * Handle negative y and constant transform in Timeseries panel * Typechecks * Add migration from old graph panel * Docs update * Revert "Add migration from old graph panel" This reverts commit 33b5a90b66bf0ea7fd294aeb8da4774ccdff1a0a. * Revert VizLegendItem changes * Automatically separate positive and negative stacks within a group * Update packages/grafana-ui/src/components/VizLegend/VizLegend.story.tsx * Remove SeriesLabel component * Update docs/sources/visualizations/time-series/_index.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/visualizations/time-series/_index.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Leftover reverts * Don't crate bands (for now0 for negative -y stack * Add docs note about transform being only available as an override * Fill negative bands in reversed direction Co-authored-by: Ryan McKinley <ryantxu@gmail.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>