[New plugin] Beautiful Customizable Charts and Graphs (ApexCharts.js)

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! :slight_smile:

Hi @Thimo,

Thanks for the quick reply and the suggestions.

Dylan

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

2 Likes

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

3 Likes

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

2 Likes

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! :slight_smile:

2 Likes

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

1 Like

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 !!

1 Like

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! :slight_smile:

Hi @Thimo, thanks for your fast answer ! Cant wait for the next update :slight_smile:

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

Radar chart multiple series preview

2 - Legends are now supported with radar charts

Don’t forget to refresh your editor after upgrading

2 Likes

OMG! I love this plugin so much!

1 Like

Great update, thanks @Thimo !!

1 Like