Jump to content
JChartFX Community

MarkBurgess

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by MarkBurgess

  1. I am using the code from the gallery to create a 3d pie, as follows:

    chart3 = new cfx.Chart();

    var td;

    td = new cfx.TitleDockable();

    td.setText("3D Pie");

    chart3.getTitles().add(td);

    chart3.getLegendBox().setVisible(false);

    chart3.setGallery(cfx.Gallery.Pie);

    chart3.getView3D().setEnabled(true);

    Uncaught TypeError: undefined is not a function in jchartfx.coreVector.js:407 (as seen in Chrome) or jchartfx.coreVector.js:407TypeError: 'undefined' is not a constructor (evaluating 'new b.bY') as seen in Safari.

    I have tried various ways to enable the View3D but always get this error

×
×
  • Create New...