#259 brought some duplication to charts' datasets.
That was done to fix weird bugs (see PR and its references).
But the result is not very great because code is duplicated a bit.
All the common data from datasets (excluding data loaded itself) should be extracted to a separate file.
That file should be imported and used in all charts.
#259 brought some duplication to charts' datasets.
That was done to fix weird bugs (see PR and its references).
But the result is not very great because code is duplicated a bit.
All the common data from datasets (excluding data loaded itself) should be extracted to a separate file.
That file should be imported and used in all charts.