mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix percentage change viz (#2757)
This commit is contained in:
committed by
Maxime Beauchemin
parent
38375be5c3
commit
d9bd3d6460
@@ -203,6 +203,12 @@ const visTypes = {
|
||||
requiresTime: true,
|
||||
controlPanelSections: [
|
||||
sections.NVD3TimeSeries[0],
|
||||
{
|
||||
label: 'Chart Options',
|
||||
controlSetRows: [
|
||||
['x_axis_format', 'y_axis_format'],
|
||||
],
|
||||
},
|
||||
sections.NVD3TimeSeries[1],
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user