• Jump To … +
    ChartMain.js core.js index.js internal.js internalArea.js internalBar.js internalBarLeft.js internalDonutChart.js internalLine.js internalScatter.js internalWaffle.js AreaChart.js BarChart.js BarChartLeft.js DonutChart.js LineChart.js ScatterChart.js WaffleChart.js charts.js data.js errors.js themes.js utils.js
  • themes.js

  • ¶
  • ¶

    Holds colors themes that are exposed to the user

    
    const themes = {
      bubbly: ['#E71D36', '#26408B', '#FF9F1C', '#767B91', '#0FA3B1'],
      friendly: ['#ffffd9', '#edf8b1', '#c7e9b4', '#7fcdbb', '#41b6c4', '#1d91c0', '#225ea8', '#253494'],
      legendary: ['#5BC0EB', '#FDE74C', '#9BC53D', '#E55934', '#FA7921'],
      fun: ['#2274A5', '#F4530E', '#FFBF00', '#E83F6F', '#32936F'],
      water: ['#1C2541', '#3A506B', '#5BC0BE', '#0B132B', '#6FFFE9'],
    };
    
    export default themes;