|
@ -9,7 +9,8 @@ var chartConfig = { |
|
|
supports_group_request: false, |
|
|
supports_group_request: false, |
|
|
supported_resolutions: ['1', '5', '15', '30', '60', '1D', '1W', '1M'], |
|
|
supported_resolutions: ['1', '5', '15', '30', '60', '1D', '1W', '1M'], |
|
|
supports_marks: true, |
|
|
supports_marks: true, |
|
|
supports_timescale_marks: true, |
|
|
supports_timescale_marks: true, |
|
|
|
|
|
resolutions:['1', '5', '15', '30', '60', '1D', '1W', '1M'], |
|
|
// debug: true,
|
|
|
// debug: true,
|
|
|
width: 0, //宽度
|
|
|
width: 0, //宽度
|
|
|
height: 0, //高度
|
|
|
height: 0, //高度
|
|
|