tech-radar
tech-radar copied to clipboard
Technology radar in Clojure/ClojureScript
The wxWidgets Community intends to track list of maintained wx Libraries. I would like to invite you comment on whether you think your component should be included or not. See:...
linking to the example files in github, and going to your website leads to an empty html page. Id love to see some exsmples on how to use these charts
With the introduction of some CMake changes they got broken and it breaks CI too. Migrate CI build to use CMake build.
Allowing a developer to build with CMake without creating a build file and directory in each sample directory.
When compiling `wxcharts_vc16.vcxproj` (main branch) with VS2019 (vc142) following errors occur for each CPP-file: `wxWidgets-3.1.5\include\msvc\wx\setup.h(140,10): fatal error C1083: Cannot open include file: '../../../lib/vc_x64_lib/mswud/wx/setup.h': No such file or directory (compiling source...
For now this setting is [always constant](https://github.com/wxIshiko/wxCharts/blob/main/src/wxmath2dplotoptions.cpp#L27).
getting compile error on macOS due to 'implicitly deleted copy operator'. defined copy operator to make library compile.
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.