You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
['%{percentRoot} of %{root}',['100% of Eve','33% of Eve','17% of Eve','17% of Eve','17% of Eve','17% of Eve','17% of Eve','17% of Eve','17% of Eve']],
1346
+
['%{percentEntry} of %{entry}',['100% of Eve','33% of Eve','17% of Eve','17% of Eve','17% of Eve','17% of Eve','17% of Eve','17% of Eve','17% of Eve']],
1347
+
['%{percentParent} of %{parent}',[
1348
+
'%{percentParent} of %{parent}',// TODO: what should be printed for the parent of root?
1349
+
'100% of Seth','33% of Eve','17% of Eve','17% of Eve','17% of Eve','17% of Eve','50% of Seth','100% of Awan'
1350
+
]],
1351
+
[
1352
+
[
1353
+
'label: %{label}',
1354
+
'text: %{text}',
1355
+
'value: %{value}',
1356
+
'%{percentRoot} of %{root}',
1357
+
'%{percentEntry} of %{entry}',
1358
+
'%{percentParent} of %{parent}',
1359
+
'%{percentParent} of %{parent}',
1360
+
'%{percentParent} of %{parent}',
1361
+
'color: %{color}'
1362
+
],
1363
+
[
1364
+
'label: Eve',
1365
+
'text: fourteen',
1366
+
'value: %{value}',// N.B. there is no `values` array
1367
+
'17% of Eve',
1368
+
'17% of Eve',
1369
+
'17% of Eve',
1370
+
'17% of Eve',
1371
+
'100% of Awan',
1372
+
'color: #9467bd'
1373
+
]
1374
+
]
1375
+
]);
1376
+
});
1377
+
1378
+
describe('Test sunburst texttemplate with `values` should work:',function(){
0 commit comments