Skip to content
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

Closed
weedkiller opened this issue Mar 6, 2021 · 7 comments
Closed

Comments

@weedkiller
Copy link

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

@beto-rodriguez
Copy link
Owner

For sure this version will support more charts, in this version it is much easier to create charts.

@pilipinoy
Copy link

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?

@beto-rodriguez
Copy link
Owner

@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

@weedkiller
Copy link
Author

Hey Beto, will this work in ASP MVC Core

@beto-rodriguez
Copy link
Owner

@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

@weedkiller
Copy link
Author

hi @beto-rodriguez yes front wend web in the browser

@beto-rodriguez
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants