From fda22d850bbd4d907233ceaaad47ae922a823bd8 Mon Sep 17 00:00:00 2001 From: Wei Ding Date: Thu, 16 Jun 2016 17:01:42 +0200 Subject: [PATCH] slider input to reassign pieChart Using slider input threshold to trigger data redistribution in pie chart: this is useful for comparing data distributions based on various thresholds in plenty of biological studies ( e.g.: core/non-core gene proportion, etc.) --- web/examples/slider-reassign-pieChart.html | 114 +++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 web/examples/slider-reassign-pieChart.html diff --git a/web/examples/slider-reassign-pieChart.html b/web/examples/slider-reassign-pieChart.html new file mode 100644 index 000000000..b0ba58452 --- /dev/null +++ b/web/examples/slider-reassign-pieChart.html @@ -0,0 +1,114 @@ + + + + + + + + + + + +
+ + Score threshold: + +
+
+
+ + + + \ No newline at end of file