apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
https://apexcharts.github.io/Blazor-ApexCharts
MIT License
788 stars 91 forks source link

Tooltip not showing zero values on Line Chart #364

Closed Nephim closed 8 months ago

Nephim commented 9 months ago

This issue is the same as:

https://github.com/apexcharts/apexcharts.js/issues/4149 290297569-5ffa2236-3758-485e-b8b1-d8e2bf2b85f8

However its also present in the Blazor wrapper.

As I commented on that issue, there is a property on the tooltip saying

tooltip: {
   hideEmptySeries: false,
}

This is not mirroed in C#,

Does anyone know of a workaround to set the underlying JS value?

joadan commented 9 months ago

Hi,

We should be able to add this property later today.

joadan commented 9 months ago

Hi,

Added the property in v2.2.1.

@Nephim Would be great if you could test it and close the issue if it works.

Thank you

Nephim commented 8 months ago

Hello @joadan,

I've just tested it and works as I expected.

Thank you very much for the quick solution 👍