Jump to content
JChartFX Community

MarkBurgess

Members
  • Posts

    2
  • Joined

  • Last visited

MarkBurgess's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. That was easy, thank you! I guess I missed this in all the docs and samples
  2. 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...