**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
8天前关闭。
Improve this question
我想使用Jquery设置动态数据饼百分比值。下面是代码??我只想使用JQuery动态更改值
<div class="pie" id="lecture-chart" data-pie='{ "speed": 30, "percent": 71, "colorSlice": "#6cb64f", "colorCircle": "#f1f1f1", "round": true }'></div>
1条答案
按热度按时间jgwigjjp1#
我认为您应该将data-pie的值转换为JSON,然后设置percentage的值。类似于: