infvalues / infvalues.github.io

MIT License
14 stars 12 forks source link

Rewritten results.html to data-driven display #1

Closed sebimoe closed 4 years ago

sebimoe commented 4 years ago

Edited the code of results.html to render the highlight boxes based on an easy to edit array row definitions.

Adjusted heights to fit image better.

Edited X-axis scaling to have boxes range from -10 to 10. Added ability to easily change scaling, and also a flag which determines if the 'marker' should be drawn inside of the scale or centered around the value.

Example for end of scale (-10):

markerKeepInside: false image

markerKeepInside: true image

I hope you can accept the pull request.