File tree Expand file tree Collapse file tree 5 files changed +2
-6
lines changed Expand file tree Collapse file tree 5 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -353,5 +353,5 @@ You can calculate the percentage value based on the sum for each series using th
353353
354354## See Also
355355
356- * [ Show total stacking values in data label] ( ../chart/how-to/stacking-total/ )
357- * [ Prevent the data label when the data value is 0] ( ../chart/how-to/prevent-data-label/ #prevent-the-data-label-when-the-data-value-is-0 )
356+ * [ Show total stacking values in data label] ( ../chart/how-to/stacking-total )
357+ * [ Prevent the data label when the data value is 0] ( ../chart/how-to/prevent-data-label#prevent-the-data-label-when-the-data-value-is-0 )
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ var listObj = new ej.dropdowns.ListBox({
1717 //set the data to dataSource property
1818 dataSource : data ,
1919 selectionSettings : {
20- showCheckbox : true ,
2120 mode : 'Single'
2221 }
2322} ) ;
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ let listObj: ListBox = new ListBox({
2020 //set the data to dataSource property
2121 dataSource : data ,
2222 selectionSettings : {
23- showCheckbox : true ,
2423 mode : 'Single'
2524 }
2625} ) ;
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ var listObj = new ej.dropdowns.ListBox({
1616 //set the data to dataSource property
1717 dataSource : data ,
1818 selectionSettings : {
19- showCheckbox : true ,
2019 mode : 'Multiple'
2120 }
2221} ) ;
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ let listObj: ListBox = new ListBox({
2323 //set the data to dataSource property
2424 dataSource : data ,
2525 selectionSettings : {
26- showCheckbox : true ,
2726 mode : 'Multiple'
2827 }
2928} ) ;
You can’t perform that action at this time.
0 commit comments