epispot / EpiJS

A toolset for analyzing and creating epidemiological models.
https://epi.js.org
GNU General Public License v3.0
5 stars 2 forks source link

[#79] Add function `manipulate` to `plots` module #80

Closed Quantalabs closed 3 years ago

Quantalabs commented 3 years ago

Overview

Adds a manipulate function to the plots module, to manipulate values of a plot, such as a chart's fill, border color, background, or any other value in the chart.

Changelist

Other Notes

Closes #79