AmphibiaWeb / amphibian-disease-tracker

Amphibian Disease Tracker Portal
GNU General Public License v3.0
6 stars 0 forks source link

Top ten view should show both positive and negative in the mini bar #235

Closed tigerhawkvok closed 7 years ago

tigerhawkvok commented 7 years ago

Set the secondary progress to the current total, and the primary progress to the positive samples.

See https://www.webcomponents.org/element/PolymerElements/paper-progress/elements/paper-progress

Will also need to add a mixin to the page for the secondary progress, a-la

paper-progress {
  --paper-progress-secondary-color: #f8bbd0;
}