AntheSevenants / NephoVis

GNU General Public License v3.0
0 stars 0 forks source link

Give special data style encodings to "NA" data #81

Closed AntheSevenants closed 2 years ago

AntheSevenants commented 2 years ago

Treat "NA" differently in Plot.codePoint(): https://github.com/AntheSevenants/NephoVis/blob/3f5730730cd36db31ea4a1508984dfd7c4e59f15/src/Plot.js#L274-L286

AntheSevenants commented 2 years ago

More information on custom symbols: http://using-d3js.com/05_10_symbols.html#h_66iIQ5sJIT

AntheSevenants commented 2 years ago

The issue with having null values be "NA" is that you now can't have numeral values with NAs. I'll cross that bridge when I come to it.

AntheSevenants commented 2 years ago

Implemented in https://github.com/AntheSevenants/NephoVis/commit/18b479bc053233cc628f3a290e94c94e289e9bf7 (was not fun).