1212 Turned off shadow, changed to radial edge gradient to make the colors more easy to read.

This commit is contained in:
Jacob Støren
2017-02-16 10:29:12 +01:00
parent 3b4fec6196
commit 590f9995c8
2 changed files with 8 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ void RiuNightchartsWidget::clear()
m_chart = Nightcharts();
m_chart.setType(Nightcharts::Pie);
m_chart.setLegendType(Nightcharts::Vertical);
m_chart.setShadows(false);
m_marginLeft = 10;
m_marginTop = 10;