We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8493bb7 commit fbf3515Copy full SHA for fbf3515
1 file changed
src/visualizations/SunburstCategories.vue
@@ -2,7 +2,7 @@
2
// We want to use another colorscheme than the default 'schemeAccent',
3
// unfortunately it seems like the color-scheme prop is broken.
4
// See this issue: https://github.com/David-Desmaisons/Vue.D3.sunburst/issues/11
5
-sunburst(:data="data", :colorScale="colorfunc", :getCategoryForColor="categoryForColor", :colorScheme="null" showLabels="true")
+sunburst(:data="data", :colorScale="colorfunc", :getCategoryForColor="categoryForColor", :colorScheme="null" :showLabels="true")
6
// Add behaviors
7
template(slot-scope="{ on, actions }")
8
highlightOnHover(v-bind="{ on, actions }")
0 commit comments