Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Is there a way to add a highchart object directly into the cockpit?

The options for the types of graphs given under the add widget option are limited. Suppose for instance you want to add a widget with a multi axis line graph? (similar to this one here: http://wiki.spagobi.org/xwiki/bin/view/spagobi_server/XY+Highchart)

How would you go about it?

I know you can add the chart as a separate standalone document but I want it inside the cockpit

Regards,
Environment Knowage-6.0.0-CE, Windows x64,
in Admin and Developer Functionalities by (470 points)
I also want to know.

It seems like add template to

`knowagecockpitengine\WEB-INF\classes\chart\templates\highcharts414`

But,how to start this x.vm ?

2 Answers

0 votes

If you want to have chart widget inside cockpit you must choose it when create cockpit

I cannot access to link that you attached ( http://wiki.spagobi.org/xwiki/bin/view/spagobi_server/XY+Highchart )

by (3.3k points)
+1 vote

You can try like this steps:

1. add highcharts to knowagecockpitengine/js/lib/

2. update \knowagecockpitengine\WEB-INF\classes\engine-config.xml

3. update knowagecockpitengine\WEB-INF\jsp\chart\execution\chartRenderImport.jsp

4. add some chart template to knowagecockpitengine\WEB-INF\classes\chart\templates\highcharts414

In this template you need to binding attributes and values.

by (2.2k points)
...