Graph Settings

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search

barSeriesDisplayOptions

   stack: showStackedChart,
   bars: {
       show: true,
       lineWidth: 1,
       fill: 1
   }


lineSeriesDisplayOptions

   stack: showStackedChart,
   lines: {
       show: true,
       lineWidth: 1,
       fill: 0
   }


curvedlineSeriesDisplayOptions

   stack: showStackedChart, curvedLines: {
       apply: true,
       active: true,
       monotonicFit: true
   }