You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using drilldown on a pie chart, clicking a pie slice to zoom into the nested breakdown data correctly re-renders the chart with the sub-level data, but the labels don't show up at the drilled-in level.
Steps to Reproduce
Set up a bar chart with drilldown:
<%= trackplot_chart data do |c| %><% c.pie :count, label_key: :company, donut: true %><% c.tooltip %><% c.legend %><% c.drilldown :breakdown %><% end %>
Click on the pie slice that has the breakdown (e.g. "North").
Observe the drilled-in chart.
Expected Behavior
After drilling down, the chart should show the sub-data with the labels populated from data_key (e.g. "NYC", "Boston"), the same way labels render at the root level.
Actual Behavior
The chart drills down and the data itself is broken out correctly, but the labels are blank or missing at the drilled-in level.
Additional Context
Happens with c.pie + c.drilldown; haven't yet confirmed whether bar/heatmap/treemap drilldown is also affected.
Bug: Data labels disappear after drilling down
Description
When using
drilldownon a pie chart, clicking a pie slice to zoom into the nestedbreakdowndata correctly re-renders the chart with the sub-level data, but the labels don't show up at the drilled-in level.Steps to Reproduce
breakdownkey, e.g.:breakdown(e.g. "North").Expected Behavior
After drilling down, the chart should show the sub-data with the labels populated from
data_key(e.g. "NYC", "Boston"), the same way labels render at the root level.Actual Behavior
The chart drills down and the data itself is broken out correctly, but the labels are blank or missing at the drilled-in level.
Additional Context
c.pie+c.drilldown; haven't yet confirmed whether bar/heatmap/treemap drilldown is also affected.Grabacion.de.pantalla.2026-07-13.a.la.s.2.10.31.p.m.mov