mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 12:57:32 -04:00
Fix reference to chartist-tooltip (#3923)
This commit is contained in:
@@ -23,7 +23,7 @@ var pickerconfig = function(config) {
|
||||
}
|
||||
?>
|
||||
minView: 2,
|
||||
minuteStep: 1,
|
||||
minuteStep: 1,
|
||||
autoclose: true,
|
||||
todayBtn: true,
|
||||
todayHighlight: true,
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"chartist-plugin-axistitle": "^0.0.7",
|
||||
"chartist-plugin-barlabels": "^0.0.5",
|
||||
"chartist-plugin-pointlabels": "^0.0.4",
|
||||
"chartist-plugin-tooltips": "github:tmmdata/chartist-plugin-tooltip#v0.0.18",
|
||||
"chartist-plugin-tooltips": "github:KanAlexey/chartist-tooltip#master",
|
||||
"clipboard": "^2.0.11",
|
||||
"coffeescript": "^2.7.0",
|
||||
"es6-promise": "^4.2.8",
|
||||
|
||||
Reference in New Issue
Block a user