.ScatterCtrl_Demo: Included etacked plots

git-svn-id: svn://ultimatepp.org/upp/trunk@11645 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2017-12-31 17:02:35 +00:00
parent e0b3fb462e
commit c30ce51621

View file

@ -9,6 +9,4 @@ void TabPie::Init()
chart.AddCategory("Sunny", 8, ::Color(90, 150, 255));
chart.AddCategory("Cloudy", 4, ::Color(90, 255, 150));
chart.AddCategory("Rainy", 2, ::Color(250, 150, 90));
chart.SetColor(Null);
}