@Thimo Thank you for taking a look.
Hi @Thimo,
Iām having a bit of trouble and hoping that youād be able to help. Iām trying to create a graph which will show a forecast range (thereās a picture at the bottom with an example), but canāt seem to get this right. Below is a picture of the current graph.
Iām trying to do the following:
-
Reduce the number of labels on the x-axis, Iāve tried like crazy to do this. Am I missing something perhaps? The graph is dynamic and based upon the userās input, so I canāt make this a static value.
-
Iām trying to change the shaded area so that you can only see the light orange part at the top. Essentially, I want to show the area between the Upper Forecast and the Lower Forecast, with the 70% Forecast being a straight line. I have tried to change the order of the series (currently the Upper Forecast is Series 1), but then when you hover over a data point, it shows the Lower Forecast at the top of the tooltip, which looks very wierd.
-
Lastly, is there a way to change the Y-axis prefix? Iām from South Africa and our currency is Rands (or āRā for short).
Here is an example of the type of graph that Iām trying to create:
Thanks for the help!
Dylan
Hi @dylanmartens!
I have tried to implement ways to reduce the number of labels on the X-axis, but ApexCharts doesnāt seem to provide a way to do that with the values from the plugin inputs unfortunately . I would recommend to hide the X-axis labels and maybe create your own X-axis with dynamic data.
It is not possible to have one data series with a background color and one without. So I am afraid that it is not possible to create the chart style from your example image.
I will add your currency to the prefixes list!
Hi @Thimo,
Just thought of something else. Is it possible to change the color fill of 1 series and not another?
So have one series which is solid and another which is a line?
Hi @dylanmartens this is not currently possible with Apexcharts. A certain fill color style will apply to all the data series. Maybe a future update of the ApexCharts.js library will enable this feature.
Update 4.1.0
1 - Events now also return the index of the clicked datapoint.
2 - Added the āStart angleā property to define the start angle for donut and bar charts.
3 - Rands (āRā) currency added to the prefixes and suffixes list. @dylanmartens
4 - Upgraded to the latest version of Apexcharts.
Donāt forget to refresh your editor after upgrading
Update 4.2.0
1 - You can now specify a minimum and maximum value for the Y-axis! This feature is available for: Line charts, Area chart (single and multiple lines), Bar chart (single and multiple bars) and the Candlestick chart.
Donāt forget to refresh your editor after upgrading
Update 4.3.0
1 - Added the āBar widthā, āBar heightā (for horizontal bar charts) and the āStarting shapeā property for the single and multiple bar charts.
Donāt forget to refresh your editor after updating
Hi! Question is possible to create a chart based off for one field for one item in the table?
Hi @mariel.vargas most of the charts needs a list of numbers (Y-axis data) and a lists of texts (X-axis data). If that field/item in the database can provide that it should work!
Thanks Thimo!
Update 4.4.0
1 - The scatter chart now works with only 1 data series.
Donāt forget to refresh your editor after updating
Hi @Thimo, great work with your plugin, I started using it a few days ago and itās really beautiful and game changing for us, thank you so much for this wonderful job !!
I have two questions :
- do you think it would be possible to do a scatter chart with unlimited numbers of series ?
- do you think it could be possible to have two series for the radar chart ?
It would be awwwesome !
Thanks a lot !!
Hi @alexandre4, great to hear that you are enjoying the plugin!
Unlimited data series for the scatter chart is not something that could be implemented I am afraid. I will take a deeper look for you, but I donāt think it will work.
Multiple data series for the radar chart is something I want to try to implement in the coming weeks though! So that is something I will definitely look into and with positive results I will include it in the next update!
Hi @Thimo, thanks for your fast answer ! Cant wait for the next update
Happen to have a horizontal box and whiskers chart on the roadmap?
Hi @howard.lothrop! As far I know ApexCharts.js doesnāt support a horizontal box and whiskers chart (yet). If they end up implementing something like that in the future I will definitely take a look at it!
Could make a candlestick google chart with a vertical orientation
https://developers.google.com/chart/interactive/docs/gallery/combochart
Need an HTML element and to use a workflow event of run javascript to put the script in
Update 4.5.0
1 - The radar chart now supports up to 4 data series! @alexandre4
2 - Legends are now supported with radar charts
Donāt forget to refresh your editor after upgrading