Commit 0589a21b authored by 程志康's avatar 程志康

Updates 前端组件/hlsChart.md

Auto commit by GitBook Editor
parent b2bf65cf
...@@ -177,17 +177,15 @@ imageSrc="/resources/images/CONT/zhuzi.png"></h:hlsChart> ...@@ -177,17 +177,15 @@ imageSrc="/resources/images/CONT/zhuzi.png"></h:hlsChart>
| style | string | 图表外层样式 | | style | string | 图表外层样式 |
| code | string | 选择放款/回款数据 | | code | string | 选择放款/回款数据 |
``` ```
<h:hlsChart chartType="LINECHART" id="A" code="PAYMENT" title="放款" <h:hlsChart chartType="LINECHART" id="A" code="PAYMENT" title="放款"
style="margin-top:15px;margin-left:60px;float:left;" style="margin-top:15px;margin-left:60px;float:left;"
url="${base.contextPath}/csh/write/off/getEveryMonthPaymentAndReceiptAmount/query"> </h:hlsChart> url="${base.contextPath}/csh/write/off/getEveryMonthPaymentAndReceiptAmount/query"> </h:hlsChart>
<h:hlsChart chartType="LINECHART" id="B" code="RECEIPT" title="回款" <h:hlsChart chartType="LINECHART" id="B" code="RECEIPT" title="回款"
style="margin-top:15px;margin-left:60px;float:left;" style="margin-top:15px;margin-left:60px;float:left;"
url="${base.contextPath}/csh/write/off/getEveryMonthPaymentAndReceiptAmount/query"> </h:hlsChart> url="${base.contextPath}/csh/write/off/getEveryMonthPaymentAndReceiptAmount/query"> </h:hlsChart>
<script> <script>
InitiateSparklineCharts.init(); InitiateSparklineCharts.init();
</script> </script>
...@@ -195,9 +193,3 @@ imageSrc="/resources/images/CONT/zhuzi.png"></h:hlsChart> ...@@ -195,9 +193,3 @@ imageSrc="/resources/images/CONT/zhuzi.png"></h:hlsChart>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment