Air-Quality-Web/client_src/js/Helpers
Starbeamrainbowlabs b91794fa61
Implement a colourizer algorithm, but there's a better way of doing it with SVG.
Plan:
 - Fetch SVG
 - Find + replace special marker with colour
 - Generate data URL (See btoa())
 - Use it in a Marker in Leaflet
2020-04-02 22:13:46 +01:00
..
Canvas.mjs Add heatmap guage to right-hand-side (part of #31) 2019-05-09 13:32:01 +01:00
Colourizer.mjs Implement a colourizer algorithm, but there's a better way of doing it with SVG. 2020-04-02 22:13:46 +01:00
DateHelper.mjs Round dates when making heatmap api requests 2019-07-31 19:31:05 +01:00
GetContainingElement.mjs Use hourglass when fetching data from the server 2019-02-10 14:45:15 +00:00
GetFromUrl.mjs [client] Display device markers. Hooray! 2019-01-17 16:13:27 +00:00
GradientHelpers.mjs Bugfix: Correct and document GenerateCSSGradient(). 2019-05-09 11:41:35 +01:00
Postify.mjs [client] Try Chart.JS, but it's causing an error! 2019-01-19 22:04:51 +00:00
Rectangle.mjs Start implementing VoronoiOverlay, but there's a looong way to go. 2019-05-29 21:06:00 +01:00
SvgWriter.mjs Switch to GeoJSON. It's sooo much simpler! 2019-06-11 12:13:20 +01:00
Vector2.mjs Port SVGWriter to javascript 2019-05-29 20:21:03 +01:00