mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 15:16:01 +00:00
save using ctrl+s
This commit is contained in:
@@ -66,7 +66,7 @@ export default function DataChart({ data }) {
|
||||
key={`${values.chartType}|${containerWidth}|${containerHeight}`}
|
||||
width={containerWidth}
|
||||
height={containerHeight}
|
||||
data={createChartData(data, labelColumn, dataColumns, values.colorSeed || 1, values.chartType)}
|
||||
data={createChartData(data, labelColumn, dataColumns, values.colorSeed || '5', values.chartType)}
|
||||
type={values.chartType}
|
||||
/>
|
||||
</ChartWrapper>
|
||||
|
||||
Reference in New Issue
Block a user