Remove mixed chart classes
Every chart is mixable per default and mixing bar and line charts is greatly simplified by the current dataset solution. To make the other charts all mixable, some changes would be required regarding the dataset collections (we wouldn't use the concrete types). Currently, those classes don't make sense. They'll have to be reconsidered and reworked. Having some very loosely typed config objects would allow all kinds of mixing at the cost of less typesafety and guidance.1 parent 7b7640f commit 56b5436File tree Expand file treeCollapse file tree 8 files changedCopy full SHA for 56b5436
+0
-134
lines changedFilter options
+0
-134
lines changed -1Lines changed: 0 additions & 1 deletion Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
1
1
using ChartJs.Blazor.ChartJS.Common;
2
2
using ChartJs.Blazor.ChartJS.Common.Enums;
3
-
using ChartJs.Blazor.ChartJS.MixedChart;
4
3
using ChartJs.Blazor.Util;
5
4
using Newtonsoft.Json;
6
5
using System.Collections.Generic;
-1Lines changed: 0 additions & 1 deletion Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@
2
2
using System.Threading.Tasks;
3
3
using ChartJs.Blazor.ChartJS.Common;
4
4
using ChartJs.Blazor.ChartJS.Common.Enums;
5
-
using ChartJs.Blazor.ChartJS.MixedChart;
6
5
using ChartJs.Blazor.Util;
7
6
using Newtonsoft.Json;
8
7
-68Lines changed: 0 additions & 68 deletions -24Lines changed: 0 additions & 24 deletions -12Lines changed: 0 additions & 12 deletions -11Lines changed: 0 additions & 11 deletions -8Lines changed: 0 additions & 8 deletions -9Lines changed: 0 additions & 9 deletions
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4