Jump to content
18 minutes ago, PythonCLI said:

I'm in the process of making a website and loved the graphs there so thought i'd ask!

Graphs appear to be made using a  premium js charting library called highcharts

https://www.highcharts.com/demo

Link to post
Share on other sites

As C2dan88 said, they use a library called highcharts that seems to cost 176 dollars a year.

If you want a free library for making graphs, then I think Chart.js looks pretty nice.

 

https://www.chartjs.org/

 

They have some examples of what you can make on their website:

https://www.chartjs.org/docs/latest/samples/bar/horizontal.html

 

Of course, you can customize them as well.

Link to post
Share on other sites

The last organization I worked for uses echart from apache which is free and open sourced. It has a lot more components and graphs compared to other free ones out there. Developer experiences is kinda meh though. It was made using vanilla JavaScript and then later ported to react, angular, Vue which is kinda buggy at times or incompatible with the newest versions of whatever SPA you use. 

Sudo make me a sandwich 

Link to post
Share on other sites

12 minutes ago, PythonCLI said:

Ouch - would you still recommend it though?

While the dev experience isn't that great, it does have a lot of options (since our SaaS has a lot of analysis functionality, we use a bunch of different types of charts.) You're still much better off with one of the free options, I think.

🙂

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×