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 图表中删除顶部和右侧边框,那将会很有帮助。我已经尝试过网格属性,但它是一个全部或空选项,并且无法控制单个边框值。是否有任何其他属性可以设置单个边界线的值。
对于条形图和折线图,使用以下选项:
grid: { drawGridlines: false, background: 'transparent', borderColor: 'transparent', shadow: false }
对于圆环图,请使用:
grid: { borderWidth:0, shadow:false }