File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ These are the customisation options specific to Line charts. These options are m
100
100
datasetFill : true ,
101
101
{% raw % }
102
102
// String - A legend template
103
- legendTemplate : " <ul class=\" <%=name.toLowerCase()%>-legend\" ><% for (var i=0; i<datasets.length; i++){%><li><span style=\" background-color:<%=datasets[i].strokeColor%>\" ></span>< %if(datasets[i].label){%><%=datasets[i].label%><%}%></li><%}%></ul>"
103
+ legendTemplate : " <ul class=\" <%=name.toLowerCase()%>-legend\" ><% for (var i=0; i<datasets.length; i++){%><li><span style=\" background-color:<%=datasets[i].strokeColor%>\" ><%if(datasets[i].label){%><%=datasets[i].label%><%}%></span ></li><%}%></ul>"
104
104
{% endraw % }
105
105
106
106
// Boolean - Whether to horizontally center the label and point dot inside the grid
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ These are the customisation options specific to Bar charts. These options are me
84
84
barDatasetSpacing : 1 ,
85
85
{% raw % }
86
86
// String - A legend template
87
- legendTemplate : " <ul class=\" <%=name.toLowerCase()%>-legend\" ><% for (var i=0; i<datasets.length; i++){%><li><span style=\" background-color:<%=datasets[i].fillColor%>\" ></span>< %if(datasets[i].label){%><%=datasets[i].label%><%}%></li><%}%></ul>"
87
+ legendTemplate : " <ul class=\" <%=name.toLowerCase()%>-legend\" ><% for (var i=0; i<datasets.length; i++){%><li><span style=\" background-color:<%=datasets[i].fillColor%>\" ><%if(datasets[i].label){%><%=datasets[i].label%><%}%></span ></li><%}%></ul>"
88
88
{% endraw % }
89
89
}
90
90
```
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ These are the customisation options specific to Radar charts. These options are
110
110
datasetFill : true ,
111
111
{% raw % }
112
112
// String - A legend template
113
- legendTemplate : " <ul class=\" <%=name.toLowerCase()%>-legend\" ><% for (var i=0; i<datasets.length; i++){%><li><span style=\" background-color:<%=datasets[i].strokeColor%>\" ></span>< %if(datasets[i].label){%><%=datasets[i].label%><%}%></li><%}%></ul>"
113
+ legendTemplate : " <ul class=\" <%=name.toLowerCase()%>-legend\" ><% for (var i=0; i<datasets.length; i++){%><li><span style=\" background-color:<%=datasets[i].strokeColor%>\" ><%if(datasets[i].label){%><%=datasets[i].label%><%}%></span ></li><%}%></ul>"
114
114
{% endraw % }
115
115
}
116
116
```
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ These are the customisation options specific to Polar Area charts. These options
102
102
animateScale : false ,
103
103
{% raw % }
104
104
// String - A legend template
105
- legendTemplate : " <ul class=\" <%=name.toLowerCase()%>-legend\" ><% for (var i=0; i<segments.length; i++){%><li><span style=\" background-color:<%=segments[i].fillColor%>\" ></span>< %if(segments[i].label){%><%=segments[i].label%><%}%></li><%}%></ul>"
105
+ legendTemplate : " <ul class=\" <%=name.toLowerCase()%>-legend\" ><% for (var i=0; i<segments.length; i++){%><li><span style=\" background-color:<%=segments[i].fillColor%>\" ><%if(segments[i].label){%><%=segments[i].label%><%}%></span ></li><%}%></ul>"
106
106
{% endraw % }
107
107
}
108
108
```
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ These are the customisation options specific to Pie & Doughnut charts. These opt
88
88
animateScale : false ,
89
89
{% raw % }
90
90
// String - A legend template
91
- legendTemplate : " <ul class=\" <%=name.toLowerCase()%>-legend\" ><% for (var i=0; i<segments.length; i++){%><li><span style=\" background-color:<%=segments[i].fillColor%>\" ></span>< %if(segments[i].label){%><%=segments[i].label%><%}%></li><%}%></ul>"
91
+ legendTemplate : " <ul class=\" <%=name.toLowerCase()%>-legend\" ><% for (var i=0; i<segments.length; i++){%><li><span style=\" background-color:<%=segments[i].fillColor%>\" ><%if(segments[i].label){%><%=segments[i].label%><%}%></span ></li><%}%></ul>"
92
92
{% endraw % }
93
93
}
94
94
```
You can’t perform that action at this time.
0 commit comments