KapteinBabbalas

Results 3 issues of KapteinBabbalas

I have the following Entity: ``` public class IotHubMessageEntity { [PartitionKey] public string DeviceId { get; set; } [RowKey] public string RowKey { get; set; } [Timestamp] public DateTime Time...

The Blazor version of the TReemap does not show the datalables like in the js example : https://apexcharts.com/javascript-chart-demos/treemap-charts/distributed/ I expect it not only to be in the treemap but other...

# 💡 Feature Request: Add `RawOptions` passthrough to ApexChartOptions for unsupported ApexCharts properties ## Summary Currently, Blazor-ApexCharts only supports chart options that are explicitly mapped in the C# model. Any...