]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commit
DASH: use d3.curveStepAfter for sparkline interpolation
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Fri, 25 Aug 2017 10:02:05 +0000 (12:02 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Fri, 25 Aug 2017 10:02:05 +0000 (12:02 +0200)
commit248f26deb7ecbceb470dff3a1f49eb4e940df3d3
tree2e5512b398f07b46113bbeed3618f5cb597db012
parentc5b840b870e2b47519899a50ca752ba2af6665fb
DASH: use d3.curveStepAfter for sparkline interpolation

Available interpolations include
(see <https://github.com/d3/d3-shape/blob/master/README.md#curves>):

* d3.curveLinear
* d3.curveMonotoneX
* d3.curveStepAfter

Maybe the appropriate interpolation should be specified for
every individual PV (part of the config file) in the future.
python_suite/dashboard/static/js/sparkline.js