0 votes
1 view

I used  7.0.0-CE , knowage-ce server  missing some charts, such as treemap .heatmap,radar,scatter.

Why? How can I show them.

Thanks.

Environment knowage_7.0.0 tomcat 8.5
asked Jan 3, 2020 in Cockpit, Dashboard and Console by slimhamdi (170 points) | 1 view

2 Answers

0 votes

Dear slimhamdi,

if you have installed Knowage with Chart.js library you have only these charts available: bar, chord, line, parallel, pie, sunburst and wordcloud. If you want more chart types, like treemap, heatmap and so on, you should install Knowage with Highcharts.JS.

I hope you find this information useful, but if you were looking for something different, please answer again!

answered Jan 23, 2020 by ifassi (3,580 points)
Dear ifassi,

thanks for your answerI'm looking for more charts, how to create a donut pie chart for example?

Dear slimhamdi,

with Charts.js library you can't do a donut pie.

Instead, if you have chosen Highcharts.JS library during the installation, you can do a donut pie by creating a new pie chart and adding in the advanced tab (on the right side) these new functionalities:

- path: plotOptions.pie.dataLabels.distance / value: 2;

- path: series[0].innerSize / value: 50%.

0 votes
Using the version available on the docker-hub (7.1.0), it seems to me that it was prepared with the "Charts.js" library. How could I change the installation to use the "Highcharts.JS" library?
answered Apr 30, 2020 by anderson.mattiola (1,120 points)
1,555 questions
1,017 answers
2,038 comments
2,568 users