hqchart 1.1.15091 → 1.1.15106
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/lib/umychart.vue.js +133 -106
- package/package.json +1 -1
- package/src/jscommon/umychart.DialogDrawTool.js +5 -0
- package/src/jscommon/umychart.js +218 -389
- package/src/jscommon/umychart.uniapp.h5/umychart.uniapp.h5.js +221 -391
- package/src/jscommon/umychart.version.js +1 -1
- package/src/jscommon/umychart.vue/umychart.vue.js +225 -390
package/package.json
CHANGED
|
@@ -1052,6 +1052,11 @@ function JSDialogModifyDraw()
|
|
|
1052
1052
|
this.HQChart.Draw();
|
|
1053
1053
|
}
|
|
1054
1054
|
|
|
1055
|
+
this.AdvancedSetting=function()
|
|
1056
|
+
{
|
|
1057
|
+
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1055
1060
|
this.GetRandomText=function(text)
|
|
1056
1061
|
{
|
|
1057
1062
|
var ARY_TEXT=["下跌形态","反转十字星","低位档五阳线","倒V型反转","双顶","持续整理形态"];
|