chartdirector option for chart drawing with chartjs as default

(3 posts) (2 voices)

Tags:

No tags yet.

  1. dalli, Member

    Hello myDBR Team.

    We are using OEM version with the default charting option chartjs.

    However, some charts should rather be drawn by chartdirector library.

    Is there any option to set a chart e.g. of type "Column" to be drawn with chartdirector?
    In the documentation, I have not found such an option.

    Thanks and best Regards

  2. myDBR Team, Key Master

    Hi,
    you can switch between the charts with:

    The option imagechart will use the ChartDirector charts:

    select 'dbr.chart.options', 'imagechart';

    And the option chartjs will use the Chart.js charts:

    select 'dbr.chart.options', 'chartjs';

    --
    myDBR Team

  3. dalli, Member

    Thanks :)


Reply

You must log in to post.