Kvaz1r
Kvaz1r
Roadmap
As can I see, nytl include heterogeneous components. So on which stage now each of them and are there any roadmap for future development?
wxFB version: build from source current master OS: Win10 Picture: 
wxStaticBoxSizer doesn't displaying from child wxGridSizer Picture: 
For now this setting is [always constant](https://github.com/wxIshiko/wxCharts/blob/main/src/wxmath2dplotoptions.cpp#L27).
It should be possible to do: ``` wxChartFontOptions fontOptions(wxFONTFAMILY_SWISS, 20, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, 0x666666); options->GetGridOptions().GetXAxisOptions().SetFontOptions(fontOptions); ```
For #84 . There isn't anything really new - all changes just copy-pasted code from wxmath2dplot.
Current value is always [set to 5](https://github.com/wxIshiko/wxCharts/blob/master/src/wxscatterplot.cpp#L70) and there isn't option for user to change it.
As for now [m_showDots is always true](https://github.com/wxIshiko/wxCharts/blob/master/src/wxlinechartdatasetoptions.cpp#L30).
Fix for #104 . I also going to update bakefile, fix small code style issues and add sample.
If this changes is ok I will add fix for samples for doughnut and pie charts.