ariesshrimp / weather-app

Code challenge
0 stars 0 forks source link

Customize react-d3 range domain #5

Open ariesshrimp opened 8 years ago

ariesshrimp commented 8 years ago

The module automatically interprets ranges from a given data set, but that makes for a misleading line-graph. The chart always tops out at the highest value in the data set, so it inevitably looks like a 100% chance to rain at some point

For example: Portland is Raining

New Orleans is very unlikely to rain

ariesshrimp commented 8 years ago

Actually we should probably just write the chart in native d3 or chart.js. react-d3 currently makes improper use of react internals.

React Internals Error