feat: add linear color scale to sunburst chart (#10474)
This commit is contained in:
parent
9d9c34835a
commit
6243a46ca6
|
|
@ -8422,9 +8422,9 @@
|
|||
}
|
||||
},
|
||||
"@superset-ui/legacy-plugin-chart-sunburst": {
|
||||
"version": "0.14.9",
|
||||
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sunburst/-/legacy-plugin-chart-sunburst-0.14.9.tgz",
|
||||
"integrity": "sha512-/dXLC8n7AsRqicdiK5UfqEjKvx5mWd75nWNgFkOpzB7nJAa4B+X0ykH1ORBk4+PUIK69QDMkD/8hoalm50YxJw==",
|
||||
"version": "0.14.18",
|
||||
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sunburst/-/legacy-plugin-chart-sunburst-0.14.18.tgz",
|
||||
"integrity": "sha512-fGIDg18oedPofWf6sJ56SYmxgz+ycNUUAFBgV8mPfaGPZsK/OMYcrde5GXVKqqHm0g06np4D0fEDN78upt31uQ==",
|
||||
"requires": {
|
||||
"d3": "^3.5.17",
|
||||
"prop-types": "^15.6.2"
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@
|
|||
"@superset-ui/legacy-plugin-chart-rose": "^0.14.14",
|
||||
"@superset-ui/legacy-plugin-chart-sankey": "^0.14.9",
|
||||
"@superset-ui/legacy-plugin-chart-sankey-loop": "^0.14.9",
|
||||
"@superset-ui/legacy-plugin-chart-sunburst": "^0.14.9",
|
||||
"@superset-ui/legacy-plugin-chart-sunburst": "^0.14.18",
|
||||
"@superset-ui/legacy-plugin-chart-treemap": "^0.14.13",
|
||||
"@superset-ui/legacy-plugin-chart-world-map": "^0.14.16",
|
||||
"@superset-ui/legacy-preset-chart-big-number": "^0.14.9",
|
||||
|
|
|
|||
Loading…
Reference in New Issue