[graph-ng] add temporal DataFrame alignment/outerJoin & move null-asZero pass inside (#29250)
[GraphNG] update uPlot, add temporal DataFrame alignment/outerJoin, move null-asZero pass inside, merge isGap updates into u.setData() calls. Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Showing
... | ... | @@ -71,7 +71,7 @@ |
"react-transition-group": "4.4.1", | ||
"slate": "0.47.8", | ||
"tinycolor2": "1.4.1", | ||
"uplot": "1.3.0" | ||
"uplot": "1.4.4" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "11.0.2", | ||
... | ... |
packages/grafana-ui/src/components/GraphNG/GraphNG.tsx
100644 → 100755
packages/grafana-ui/src/components/GraphNG/utils.ts
100644 → 100755
packages/grafana-ui/src/components/uPlot/Plot.tsx
100644 → 100755
packages/grafana-ui/src/components/uPlot/types.ts
100644 → 100755
packages/grafana-ui/src/components/uPlot/utils.ts
100644 → 100755
Please
register
or
sign in
to comment