[php] aa

Viewer

  1. chartOptions: {
  2.             xaxis: {
  3.                 categories: []
  4.             },
  5.           
  6.             chart: {
  7.               type: 'area',
  8.               height: 350,
  9.               stacked: true,
  10.             },
  11.             colors: ['#449DED', '#ED9544', '#FC6767'],
  12.             dataLabels: {
  13.               enabled: false
  14.             },
  15.             fill: {
  16.               type: 'gradient',
  17.               gradient: {
  18.                 opacityFrom: 0.6,
  19.                 opacityTo: 0.8,
  20.               }
  21.             },
  22.             legend: {
  23.               position: 'top',
  24.               horizontalAlign: 'center'
  25.             },
  26.            
  27.           },

Editor

You can edit this paste and save as new:


File Description
  • aa
  • Paste Code
  • 02 Mar-2021
  • 672 Bytes
You can Share it: