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.
我在一个页面上显示了四个图表。所有图表都有向下钻取功能。每当我单击任何图表时,我都想用向下钻取数据刷新所有图表。这可能吗 ?
要在图表上添加事件,请使用:
chart: { events: { click: function( ) { // reset charts } } }
要重置图表,请对您已经用于一个图表的所有图表使用相同的功能。