Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jqplot 来显示图形/图表。我想显示一个小饼图。
所以我已将 div 的“高度 x 宽度”固定为 100 x 100。这是饼图的显示方式。
馅饼周围有额外的空格/填充物。我不想要那个。另外,如何从背景中删除画布。这样只显示饼图。
任何帮助,将不胜感激。
提前致谢
要删除背景(画布),您需要设置以下内容:
网格:{背景颜色:'透明',drawBorder:假,阴影:假}
这将删除背景画布(也是它的边框阴影)以及饼图的阴影。
希望能帮助到你。
从jqplot 文档:
$.jqplot.PieRenderer 插件渲染器绘制饼图。 饼图和绘图边缘、图例等之间的 属性padding padding。