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.
在一个维度中,我有第一层>第二层
我显示一个图表,其中包含来自第一层的值,并在单击时向下钻取到第二层。单击后,图表会显示子级的值,因此仅显示第 2 层。
如何检索并显示被点击的第一层?
图表可以为几个 js 事件生成 iccube-events(我猜这里是点击行)。
检查下图:
编辑:
对于条形图,使用“On Navigate”事件。