mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
BarChart: use uPlot's native bars pathbuilder (#36725)
This commit is contained in:
@@ -73,7 +73,7 @@ export class UPlotChart extends React.Component<PlotProps, UPlotChartState> {
|
||||
...this.props.config.getConfig(),
|
||||
};
|
||||
|
||||
pluginLog('UPlot', false, 'Reinitializing plot');
|
||||
pluginLog('UPlot', false, 'Reinitializing plot', config);
|
||||
const plot = new uPlot(config, this.props.data, this.plotContainer!.current!);
|
||||
|
||||
if (plotRef) {
|
||||
|
||||
Reference in New Issue
Block a user