Refactor and renaming of chart data classes

Issue #906 resolved
Brian Lewis repo owner created an issue

There is debate around when, in typescript, to use type and when to use interface; but unless there is a need to supply some behaviour, either is better than class.

Also, because there is minimal difference in effect between type and interface drop the Ixxx prefix from those interfaces that have it, like IKeyValuePair

Comments (1)

  1. Log in to comment