Class LegendOption

    • Constructor Detail

      • LegendOption

        protected LegendOption()
    • Method Detail

      • setLegendTemplate

        public final void setLegendTemplate​(String template)
        Template String of legend widget. For example
          -legend\"><% for (var i=0; i
        • \"><%if(datasets[i].label){%><%=datasets[i].label%><%}%>
        • <%}%>
        Parameters:
        template -