Skip to content

Commit fbf3515

Browse files
committed
fix: fixed string param which should be bool
1 parent 8493bb7 commit fbf3515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/visualizations/SunburstCategories.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// We want to use another colorscheme than the default 'schemeAccent',
33
// unfortunately it seems like the color-scheme prop is broken.
44
// 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")
5+
sunburst(:data="data", :colorScale="colorfunc", :getCategoryForColor="categoryForColor", :colorScheme="null" :showLabels="true")
66
// Add behaviors
77
template(slot-scope="{ on, actions }")
88
highlightOnHover(v-bind="{ on, actions }")

0 commit comments

Comments
 (0)