Strange, we can’t reproduce this issue. Can you please try to reproduce this issue on this support page? We’ll take a look at your setup to debug this issue.
You should be able to customize your own legend using Bubble.io elements. You can see the example on this demo page to see how we’ll set up a custom legend.
I did some debugging and realised that the issue was occurring on some pages and not others, despite charts having the same setup. This meant the issue was being caused by something on particular pages.
After a bit of trial and error, I realised that pages with “Chart-Scatter/LinewithTime-Series” charts on them were the ones being affected. I’ve reproduced the issue on the support page by simply adding one of these charts and not changing any chart settings. I’m assuming there’s a conflict in the code for the charts.
Please keep me posted on any fixes. Thanks Alex and the team!
I’m trying to build a heatmap using dynamic data. I started off naively thinking I could just "do a search for " and group the data by date… but after too much trial and error I finally spotted the error. The heatmap element requires data to be formatted into this array-size, using “;” (!!!) as the line separator.
I realize the heatmap is listed as beta… but…
a) this need for the “;” was not obvious nor documented anywhere I could find.
b) How do I convert a comma-separated list of numbers into a list with the “;” appearing every Nth time?
much appreciate your thoughts and anyone’s help!!!
hi @alex4 ! The plugin’s been great, though i’ve been struggling with custom tooltips recently.
I have a reusable element for bar/line/area charts that require a specific type of data. It’s used all over my app, and on one specific page I have 3 instances of this reusable.
Because I want the new tooltips to be applied to all instances across the app (and since I can’t access the chart data to define the tooltip values from the page anyways), I set up the custom tooltip groups directly inside the reusable element. Here’s how that looks:
Each tooltip group has a specific id_attribute that is passed to the corresponding reusable instance as a property that’s mapped to the Custom Tooltip ID.
This seems to work just fine for the first instance on that page:
→ that’s the expected behavior: the 3 tooltip groups are hidden & only the hovered item’s values are shown
But for some reason, the two other instances are all messed up:
→ The groups don’t hide as expected (but display the right hovered item’s values) and the tooltip itself appears but only shows data from the first instance.
Any idea what causes this behavior and how to fix it?
Hi ChartJS team - great plugin!
Can’t figure out how to add more than 6 series to a line chart using the add/update a data series workflow. Would appreciate any tips!
Hi folks, we’ve pushed an update in v5.0.16 that enables users to customize the number of characters in a data label prior before the label starts a new line (helpful for longer labels) for Pie/Donut charts. Here’s the new property:
Thanks to the folks who have requested this feature! We’ll be adding this to other chart types soon
Hi everyone, we pushed an update in v5.0.47 that fixes an issue causing radar chart colors to occasionally appear incorrectly. Please let us know if you have any questions!