corrade-nucleus-nucleons – Diff between revs 1 and 11

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 11
Line 1... Line 1...
1 /** 1 /**
2 * @license Highcharts JS v5.0.10 (2017-03-31) 2 * @license Highcharts JS v5.0.12 (2017-05-24)
3 * Boost module 3 * Boost module
4 * 4 *
5 * (c) 2010-2017 Highsoft AS 5 * (c) 2010-2017 Highsoft AS
6 * Author: Torstein Honsi 6 * Author: Torstein Honsi
7 * 7 *
Line 133... Line 133...
133 pointAttr; 133 pointAttr;
Line 134... Line 134...
134   134  
135 if (plotY !== undefined && !isNaN(plotY) && point.y !== null) { 135 if (plotY !== undefined && !isNaN(plotY) && point.y !== null) {
Line -... Line 136...
-   136 shapeArgs = point.shapeArgs;
136 shapeArgs = point.shapeArgs; 137  
-   138  
Line 137... Line 139...
137   139 pointAttr = point.series.pointAttribs(point);
138 pointAttr = (point.pointAttr && point.pointAttr['']) || point.series.pointAttribs(point); 140  
139   141  
140 ctx.fillStyle = pointAttr.fill; 142 ctx.fillStyle = pointAttr.fill;