-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding new chart types hierarchical, tree , org, matrix layouts #4
Comments
For sure this version will support more charts, in this version it is much easier to create charts. |
In v0, there were some samples on making an OHLC chart. How do we go about doing so in v2? Any timeline of adding candlestick charts, as this is the most popular chart for financial trading? |
@pilipinoy The idea is that v2 will have more features than v0, v2 will support (not sure when) all the features v0 did, while v2 is ready you can use v0 |
Hey Beto, will this work in ASP MVC Core |
@weedkiller do you mean in the client side (the browser)? I am not sure if ASP NET will support WASM. There could be a couple of options, using UNO platform and maybe (in a future) Blazor |
hi @beto-rodriguez yes front wend web in the browser |
@weedkiller WASM is a game changer, it will allow us to do it, I love JS frameworks such as Angular, but I can not deny that I prefer C# over JS or even TS. I have been playing with Uno platform, it looks promising but for the case of this library seems that the performance will not be enough, but they keep improving things. https://github.com/unoplatform/uno Also the Avalonia team is (or will) working to take Avalonia to WASM. AvaloniaUI/Avalonia#2239 There is also Blazor https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor. I will try to create a web site hosting the samples project compiled in WASM, but I am afraid I won't get a nice performance, but I am sure performance will keep improving with the time. |
Hello, can you add new hierarchical layouts as well in the chart types such as here
We can make these view components and included in Nugets directly in projects and dashboard/widgets
The text was updated successfully, but these errors were encountered: