融资余额Y坐标auto scale

This commit is contained in:
yangshuimiao
2023-10-26 10:24:47 +08:00
parent fdbbe445bb
commit d367cfc2e9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ option = {
{ {
type:'value', type:'value',
name:legend[1]+'-'+unit, //图例 name:legend[1]+'-'+unit, //图例
//scale:true, scale:true,
boundaryGap:false, boundaryGap:false,
show:true, show:true,
splitLine:{ splitLine:{
+1 -1
View File
@@ -43,6 +43,6 @@ include_once "html/head.php";
var headtxt = '<?php echo $ts_name.'('.$_REQUEST['ts_code'].')'; ?>'; var headtxt = '<?php echo $ts_name.'('.$_REQUEST['ts_code'].')'; ?>';
var subtxt = '<?php echo $subtext_ext; ?>'; var subtxt = '<?php echo $subtext_ext; ?>';
</script> </script>
<script type="text/javascript" src="js/chartmargin.js?version=3.15"></script> <script type="text/javascript" src="js/chartmargin.js?version=3.16"></script>
<?php include_once "html/footer.php"; ?> <?php include_once "html/footer.php"; ?>