Welcome to Knowage Q&A

Here you can read the Q&A history.

To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).

+1 vote
1 view

I want to add boxploit to the knowage cockpit chart. However, if you declare boxplot as charttype in vm file, you get a rendering error.

ex) boxplot.vm

#set($axis = $chart.AXES_LIST.AXIS[0]) { chart: { type: 'boxplot' ## Additional data needed for cross navigation paramteres additionalData: { categoryColumn: '$categorieColumns.column', categoryGroupBy: '$categorieColumns.groupby',

Please help me ...

Environment 6.1.1 window7 tomcat7 chrome
in Charting by (150 points)

1 Answer

0 votes
Dear user, please explain the steps you have followed.

Then if you share your code we can include it in the official version so we can maintain your code and you can have it updated
by (3.3k points)
I want to know how to start add charts.

Can you give me some documents about this.
...