Jump to content
JChartFX Community

Dan

Members
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dan

  1. When using jquery noConflict I get the following error: Undefined is not av function ka._AM e.create load_a onload First chart is visible, but the next is not. load_a contains the jquery script and it is called with <body onload="load_a();">. <script type="text/javascript"> var $j = jQuery.noConflict(); </script>
  2. Solution: 1. Set all series to horizontal chart1.getAllSeries().setHorizontal(true); 2. Set one of the series to scatter series1.setGallery(cfx.Gallery.Scatter); Case closed :-)
  3. Hi, Is it possible to combine horizontal bar(or gantt) chart with lines and/or points (ie. benchmark data)?
  4. Dan

    Line break

    Hi, Is it possible to insert line break into series name and labels?
×
×
  • Create New...