Can't draw a chart
问题 According to the documentation, I can draw a chart control using the following code: <div class="control-chart centered wrap-legend" data-control="chart-pie" data-size="200" data-center-text="100"> <ul> <li>Label 1 <span>100</span></li> <li>Label 2 <span>100</span></li> <li>Label 3 <span>100</span></li> </ul> </div> But the output goes like this: Label 1 100 Label 2 100 Label 3 100 What should I do to make it work? 回答1: I suppose you are trying to do this on the frontend. However, the UI