linechart

Additional

Language
C
Version
N/A
Created
Dec 22, 2015
Updated
Jan 24, 2018 (Retired)
Owner
Allen (AllenCoder)
Contributor
Allen (AllenCoder)
1
Activity
Badge
Generate
Download
Source code

开源库汇总

  1. linechart 为指数基金走势图表可根据当前走势绘制出想要的图表。

  2. 支持手势显示当前值

  3. 支持当前的区域颜色渐变

  4. 演示效果图

Add it in your root build.gradle at the end of repositories:

Add the dependency

dependencies {
        compile 'com.allen.linechart:linechart:0.0.1'
}

或者 or

<dependency>
  <groupId>com.allen.linechart</groupId>
  <artifactId>linechart</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>

License

Copyright 2016 AllenCoder

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.