@millistream/millistream-widgets 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/millistream-widgets.js +2 -1
- package/package.json +1 -1
package/millistream-widgets.js
CHANGED
|
@@ -900,7 +900,7 @@ function Milli_Chart(settings) {
|
|
|
900
900
|
nextYear = currentDate.getFullYear() + 1;
|
|
901
901
|
}
|
|
902
902
|
}
|
|
903
|
-
oldx = p.x;
|
|
903
|
+
//oldx = p.x;
|
|
904
904
|
p.x = Math.round(parseInt(m_chartCss['margin-left']) + ((currentDate.getTime() - _this.scaleinfoX.startDate.getTime()) / _this.scaleinfoX.timePerPixel) - offset);
|
|
905
905
|
var datum;
|
|
906
906
|
var dash = false;
|
|
@@ -2534,6 +2534,7 @@ function Milli_Chart(settings) {
|
|
|
2534
2534
|
});
|
|
2535
2535
|
|
|
2536
2536
|
}
|
|
2537
|
+
|
|
2537
2538
|
var milli_data_api_url = 'https://stage.millistream.com/widgets/3.0.3/data/milli_widget_dataapi.php?';
|
|
2538
2539
|
|
|
2539
2540
|
var millistream_data_api = {
|