mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
Plotly: increase Y value accuracy.
This commit is contained in:
@@ -33,7 +33,7 @@ export const ColorPalette = Object.assign({}, BaseColors, {
|
||||
'Pink 2': '#C63FA9',
|
||||
});
|
||||
|
||||
const formatNumber = createFormatter({ displayAs: 'number', numberFormat: '0,0[.]00' });
|
||||
const formatNumber = createFormatter({ displayAs: 'number', numberFormat: '0,0[.]00000' });
|
||||
const formatPercent = createFormatter({ displayAs: 'number', numberFormat: '0[.]00' });
|
||||
|
||||
const ColorPaletteArray = values(BaseColors);
|
||||
|
||||
Reference in New Issue
Block a user