Charts.styles 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Styles id="BuRThemeFlat1chartsStyles" xmlns="http://www.br-automation.com/iat2015/styles/engineering/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <!-- line chart -->
  4. <Style id="Graph_Red" xsi:type="widgets.brease.LineChartGraph"
  5. lineColor="#FF0000" />
  6. <Style id="Graph_GrayBlu" xsi:type="widgets.brease.LineChartGraph"
  7. lineColor="#39f" />
  8. <Style id="Graph_Black" xsi:type="widgets.brease.LineChartGraph"
  9. lineColor="#000000" />
  10. <Style id="defaultArea" xsi:type="widgets.brease.LineChartGraph"
  11. lineColor="#FF8500"
  12. fillColor="rgba(255,133,0,0.2)" />
  13. <Style id="Graph_RedArea" xsi:type="widgets.brease.LineChartGraph"
  14. lineColor="#FF0000"
  15. fillColor="rgba(255,0,0,0.2)" />
  16. <Style id="Graph_GrayBluArea" xsi:type="widgets.brease.LineChartGraph"
  17. lineColor="#39f"
  18. fillColor="rgba(51,153,255,0.2)" />
  19. <Style id="Graph_BlackArea" xsi:type="widgets.brease.LineChartGraph"
  20. lineColor="#000000"
  21. fillColor="rgba(0,0,0,0.2)" />
  22. <!-- online chart -->
  23. <Style id="Graph_Red" xsi:type="widgets.brease.OnlineChartGraph"
  24. lineColor="#FF0000" />
  25. <Style id="Graph_GrayBlu" xsi:type="widgets.brease.OnlineChartGraph"
  26. lineColor="#39f" />
  27. <Style id="Graph_Black" xsi:type="widgets.brease.OnlineChartGraph"
  28. lineColor="#000000" />
  29. <Style id="defaultArea" xsi:type="widgets.brease.OnlineChartGraph"
  30. lineColor="#FF8500"
  31. fillColor="rgba(255,133,0,0.2)" />
  32. <Style id="Graph_RedArea" xsi:type="widgets.brease.OnlineChartGraph"
  33. lineColor="#FF0000"
  34. fillColor="rgba(255,0,0,0.2)" />
  35. <Style id="Graph_GrayBluArea" xsi:type="widgets.brease.OnlineChartGraph"
  36. lineColor="#39f"
  37. fillColor="rgba(51,153,255,0.2)" />
  38. <Style id="Graph_BlackArea" xsi:type="widgets.brease.OnlineChartGraph"
  39. lineColor="#000000"
  40. fillColor="rgba(0,0,0,0.2)" />
  41. <!-- profile generator -->
  42. <Style id="Graph_Red" xsi:type="widgets.brease.ProfileGeneratorYAxisStepItem"
  43. lineColor="#FF0000"
  44. editLineColor="#b4b4b4"
  45. editLineWidth="15px" />
  46. <Style id="Graph_GrayBlu" xsi:type="widgets.brease.ProfileGeneratorYAxisStepItem"
  47. lineColor="#39f"
  48. editLineColor="#b4b4b4"
  49. editLineWidth="15px" />
  50. <Style id="Graph_Black" xsi:type="widgets.brease.ProfileGeneratorYAxisStepItem"
  51. lineColor="#000000"
  52. editLineColor="#b4b4b4"
  53. editLineWidth="15px" />
  54. <!-- bar chart -->
  55. <Style id="Graph_Red" xsi:type="widgets.brease.BarChartItem"
  56. borderWidth="0px"
  57. fontSize="16px"
  58. backColor="#FF0000"/>
  59. <Style id="Graph_GrayBlu" xsi:type="widgets.brease.BarChartItem"
  60. borderWidth="0px"
  61. fontSize="16px"
  62. backColor="#3399ff"/>
  63. <Style id="Graph_Black" xsi:type="widgets.brease.BarChartItem"
  64. borderWidth="0px"
  65. fontSize="16px"
  66. backColor="#000000"/>
  67. <!-- pie chart item -->
  68. <Style id="ItemOrange75" xsi:type="widgets.brease.PieChartItem"
  69. backColor="rgba(255, 136, 0, 0.75)" />
  70. <Style id="ItemOrange50" xsi:type="widgets.brease.PieChartItem"
  71. backColor="rgba(255, 136, 0, 0.5)" />
  72. <Style id="ItemGrayBlue" xsi:type="widgets.brease.PieChartItem"
  73. backColor="rgba(51,153,255,1)" />
  74. <Style id="ItemGrayBlue75" xsi:type="widgets.brease.PieChartItem"
  75. backColor="rgba(51,153,255,0.75)" />
  76. <Style id="ItemGrayBlue50" xsi:type="widgets.brease.PieChartItem"
  77. backColor="rgba(51,153,255,0.5)" />
  78. <!-- donut chart item -->
  79. <Style id="ItemOrange75" xsi:type="widgets.brease.DonutChartItem"
  80. backColor="rgba(255, 136, 0, 0.75)" />
  81. <Style id="ItemOrange50" xsi:type="widgets.brease.DonutChartItem"
  82. backColor="rgba(255, 136, 0, 0.5)" />
  83. <Style id="ItemGrayBlue" xsi:type="widgets.brease.DonutChartItem"
  84. backColor="rgba(51,153,255,1)" />
  85. <Style id="ItemGrayBlue75" xsi:type="widgets.brease.DonutChartItem"
  86. backColor="rgba(51,153,255,0.75)" />
  87. <Style id="ItemGrayBlue50" xsi:type="widgets.brease.DonutChartItem"
  88. backColor="rgba(51,153,255,0.5)" />
  89. </Styles>