Browse Source

Set body style margin be 0px 0px 0px 0px

An An 4 years ago
parent
commit
de644336c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/main/assets/AAChartView.html

+ 1 - 1
app/src/main/assets/AAChartView.html

@@ -33,7 +33,7 @@
                 }
             </style>
             </head>
-    <body>
+    <body style="margin:0px 0px 0px 0px;">
     <div id="container" style="width:100%; height: 100%;"></div>
         </div>
     </body>