Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
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
...