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

0 votes
1 view

I want to implement a boxplot chart. So I made a vm file and declared boxplot chart type as boxplot, but it does not render. What is the problem?

ex)  vm file 

#set($axis = $chart.AXES_LIST.AXIS[0])

{

    chart: {

    type: 'boxplot',

    ## Additional data needed for cross navigation paramteres

additionalData:

Environment 6.11 window, tomcat , chrome
in Source code by (150 points)
closed by
...