Hi Everyone,
I am in the process of embedding my dashboard in a web page. Is it possible to change the path of the .cda. This is the portion of my code.
var render_pie_chart_1 = {
type: "cccPieChart",
name: "render_pie_chart_1",
priority: 5,
parameters: [["pGCU","pGCU"]],
executeAtStart: true,
htmlObject: "Panel_1",
listeners: ['pGCU'],
chartDefinition: {
dataAccessId: "MDX_01",
path: "/plugin-samples/pentaho-cdf-dd/savannadashboard.cda",
Instead should be path: "http://localhost:8080/pentaho/plugin-samples/pentaho-cdf-dd/savannadashboard.cda"
Thank you in advance.
Walter
I am in the process of embedding my dashboard in a web page. Is it possible to change the path of the .cda. This is the portion of my code.
var render_pie_chart_1 = {
type: "cccPieChart",
name: "render_pie_chart_1",
priority: 5,
parameters: [["pGCU","pGCU"]],
executeAtStart: true,
htmlObject: "Panel_1",
listeners: ['pGCU'],
chartDefinition: {
dataAccessId: "MDX_01",
path: "/plugin-samples/pentaho-cdf-dd/savannadashboard.cda",
Instead should be path: "http://localhost:8080/pentaho/plugin-samples/pentaho-cdf-dd/savannadashboard.cda"
Thank you in advance.
Walter