RicardoP
Posts: 5
Joined: Tue Sep 20, 2022 7:07 am

We have some questions before of adopting Highcharts in our platform

Hello,

I am part of a team where we are building a trading platform system where users will be able the create their own indicators (similar as TradingView)

We are looking for a powerful chart library framework offering the flexibility to merge, combine different charts and create original indicators.

Before we were using ApexCharts but this library has many issues with performance.

I would like to know if we can create charts using gradients, change the colors based on conditions (value conditions)
example
https://stackoverflow.com/questions/642 ... pex-charts

About performance we would like to know about the performance as I said we are developing a trading system (terminal) we need high response.

for some specific scenarios we are using Blazor I would like to know if Highcharts is supporting Blazor(official wrapper)

thank you
kamil.m
Posts: 892
Joined: Thu May 19, 2022 1:33 pm

Re: We have some questions before of adopting Highcharts in our platform

Hello there!

Welcome to our forum and thank you for considering Highcharts for your project.

1) Custom indicators are possible to create in Highcharts. Of course, depending on their complexity, some of them might require a bit more work.

Read a general article about it here: https://www.highcharts.com/docs/stock/c ... indicators

2) Merging and combining different charts won't be an issue, you can see how different chart types are combined in the demos below.

https://www.highcharts.com/demo/stock

3) Conditional gradients, colors based on custom values, custom tooltips, dataLabels, and many more are easily achievable with simple JS and Highcharts built-in methods and properties.

4) When it comes to performance, it depends on the data and calculations that you wish to perform. Highcharts have tools, that improve chart performance on certain series types.

https://www.highcharts.com/docs/advance ... ost-module
https://www.highcharts.com/blog/tutoria ... st-module/

5) Highcharts have an official .NET wrapper, the possibility of Blazor integration will depend on a given feature.

https://www.highcharts.com/blog/wrappers/

Highcharts offer great flexibility and are really customizable and user-friendly. Of course, some complex features will require more time and effort to create. Please remember, that with more complex implementations you can always contact the Black Label company that specializes in Highcharts custom projects. See official Black Label website: https://blacklabel.pl

Please do not hesitate to contact us with any further questions,
Best regards!
Kamil Musiałowski
Highcharts Developer
RicardoP
Posts: 5
Joined: Tue Sep 20, 2022 7:07 am

Re: We have some questions before of adopting Highcharts in our platform

Thank you so much!
We started working with HighCharts and Blazor and it is working very good!
kamil.m
Posts: 892
Joined: Thu May 19, 2022 1:33 pm

Re: We have some questions before of adopting Highcharts in our platform

That's great to hear that!

Do not hesitate to contact our support channels if you encounter any issues related to Highcharts functionality,
Best regards!
Kamil Musiałowski
Highcharts Developer

Return to “Highcharts Usage”