@flourish/controls
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@flourish/controls", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Switchable dropdown/buttons/slider control", | ||
@@ -5,0 +5,0 @@ "main": "controls.js", |
@@ -0,1 +1,4 @@ | ||
# 3.0.1 | ||
* Fix slider-label bug | ||
# 3.0.0 | ||
@@ -2,0 +5,0 @@ * Prepare for typed data |
@@ -24,3 +24,3 @@ import { select } from "d3-selection"; | ||
var play_string, pause_string, handle_color; | ||
var sorted_options, timesteps, slider_label, is_playing; | ||
var sorted_options, timesteps, is_playing; | ||
var timer_id = null; | ||
@@ -176,4 +176,3 @@ | ||
slider_label = slider_label || slider_div.select("text.slider-end-labels"); | ||
slider_label | ||
slider_div.select("text.slider-end-labels") | ||
.style("fill", state.slider_font_color) | ||
@@ -180,0 +179,0 @@ .attr("y", "0") |
Sorry, the diff of this file is too big to display
4621
177885
26