Jump to content
We've recently updated our Privacy Statement, available here ×

cm13

Members
  • Posts

    1
  • Joined

  • Last visited

cm13's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  1. Hi. I'm this is actually a follow-up question to the original poster. From the HighCharts web site referred to (above), it looks like you can create themes for charts. Here's a snippet: Highcharts.theme = { colors: ['#058DC7', '#50B432', '#ED561B', '#DDDF00', '#24CBE5', '#64E572', '#FF9655', '#FFF263', '#6AF9C4'], chart: { backgroundColor: { linearGradient: [0, 0, 500, 500], stops: [ [0, 'rgb(255, 255, 255)'], [1, 'rgb(240, 240, 255)'] ] }, }, How would I go about incorporating this theme into the reports server so that all reports pick and use these stylings? (If it's too complicated an answer for here, can you please point to where this is documented?) Thanks very much.
×
×
  • Create New...