Joel L.

Results 88 comments of Joel L.

Thank you @pgrimstrup for your commitment and interest to take over this project! I was in a similar situation about two years ago when I started to work on this...

Good question! Assuming you want something like this ![grafik](https://user-images.githubusercontent.com/52202086/99854940-143baf80-2b86-11eb-8ee0-b8d214278965.png) Configure the chart like this ```csharp private readonly Random _rng = new Random(); private BarConfig _config; protected override void OnInitialized() {...

> For example, one dataset only has data for 0.5, 1, 1.5, 2, 3, 4, 6, and 10 x-axis points I see. Unfortunately, I don't think you can do this...

> Bummer. I'm not able to find a paid blazor charts product which does Box charts on a linear axis either. You can always fork and adjust this library, it's...

I'm sorry, I don't think I understand. - If you want time-values on x and number-values (linear/logarithmic) on y, you should use **TimePoint**. - If you want number-values (linear/logarithmic) on...

Good question. I don't have time to look into it further right now but you can search for "plugin" in our issues and you'll find a few related posts with...

Hey @Gabriel-RABHI, thanks for the issue :) You've observed correctly, I can easily reproduce the problem. The issue is that blazor will completely remove the canvas from the dom when...

As far as I understand, IE11 doesn't support js-classes ([source](https://kangax.github.io/compat-table/es6/#ie11)). Since we're using classes, you might need to add support for those or rewrite the js. However, I don't know...

I'm glad you got it working! I think for now this is the best you can do. @mariusmuntean Would you consider not using ES6 features in order to make it...

Should we leave this issue open? Maybe link to it in the readme where we mention what browsers we support (we do that right 🙄) and then close? The wiki...