You can set a custom min and max value for the y-axis using these fields:
That way you can control how the y-axis is displayed
You can set a custom min and max value for the y-axis using these fields:
That way you can control how the y-axis is displayed
thanks! I donāt know how I missed that
another question for you: how can I convert a list of dates to list of texts to be used as series category for x axis in multiple area chart? and is there a way to include more information in the tooltip floating group or just data from a single field for the each item in the series?
Please take a look at the demo: Chartpreview | Bubble Editor
If you are using the default tooltip no, but you can use a custom tooltip to display more information (this is an advanced feature, there is an example on the demo page)
Hi @Thimo Iām getting a bug with the 2nd y-axis data label prefix, Itās carrying over the data label from the left y-axis.
Also, Iām trying to add more than 1 series to the 2nd y-axis, but canāt find how to do this since the 2nd y-axis series field only receives a text. Hopefully you can help me out with this.
Best Regards.
I pushed update 6.77.0 that should fix this issue!
Right now only 1 series is supported for the 2nd y-axis. Instead of adding another series to the 2nd Y-axis, can you not add those series to the 1st y-axis and add the series that is on the 1st y-axis to the 2nd y-axis? (so you end up with 1 series on the 2nd y-axis)
Hi @Thimo thanks for the update, unfortunately the proposed solution wouldnāt work since I 'might have more than 1 series added to each axis, conditioned by the data unit ($, %, etc). Hopefully this functionality can be added in the short term
Hi @Thimo!
Iāve been having trouble with the Treemap chart, the Data Labels are too small and donāt seem to respond to any changes in the āData Label Font Sizeā configurationā¦
Hereās a picture with the graph in the size of 600x900.
Iāll be super thankful if you could help me with this one!
Best regards.
@rafael7 The library will auto scale your labels if it does not fit on the chart and that is what is happening here. Your labels a very long and will therefore be reduced in size to fit the chart. Please reduce the number of characters of your labels and you will see that they will be displayed bigger on the chart (recommended is only 1 or 2 words max):
Hi,
I am having problems setting the single color of the pie chart when reading from a variable. However, when I set it with hexadecimal it works,
What could happen?
@wains Style variables do often not work with plugins as plugins expect a color code. The variables are formatted like --a-variable
and I do not have access to the ārealā color code in the plugin editor. So that is why I would recommend to not use these style variables with plugins (for now). Does that make sense?
Hi @Thimo,
This is really a nice plugin
I just want to ask if it is possible to add the actual number alongside the labels/percentage or the legend on the pie chart
Thanks
Hi @Thimo I am trying to show frequency of list of texts that show up on records (list obtained via search criteria). I am not sure how to show that and which chart to use as none of your chart examples takes a list of data.
Here is an example for what I am trying to do.
Lets assume thereās a data type UserVisits with a field of CountryName and CitiesVisitedTextList.
Each time any user visits a country, a new record is created with a list of city names (text) in CitiesVisitedTextList
For the chart I would like to do a search on UserVists during a month and show Cities that were visited by different users within last month and City frequencies.
Can you suggest a chart and how to display this data? If my example isnāt clear, please let me know
Hi @SumitC!
I am not sure if I can help to pick a chart type for you, as I am actually not sure myself how to visualize this data in a chart. I will let you know if something comes up, but right now I do not think I can be the best help here unfortunatelyā¦
No worries Thimo I figured it out. Thanks for a prompt response and the wonderful plugin.
Hi @Thimo, I need to display a step line chart with time series on x-axis. Something very similar as on the picture. I have sevral different timepoints and y values. Is it possible?
Hi, i find strange behavior of Simple List Calculation:
@serhiiburbelo I see. Dividing by 0 is mathematically not defined so it could be that you run into errors. I would say to try not to divide by 0, but I will try if I can make some exceptions in the logic for this element as-well
@Thimo Is it possible for the Cumulative List plugin to calculate multiple cumulative series simultaneously for an Area Chart (Multiple series)?
Otherwise Iāll need to add 4 elements on page.