fjg1989 / AndroidChart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##AndroidChart

Simple chart for Android.

###EFFECT 效果

###Build #####Step 1

repositories {
    maven {
        url 'https://dl.bintray.com/wangyuwei/maven'
    }
}

#####Step 2

compile 'me.wangyuwei:trend:1.0.0'

###Lincense

Copyright [2016] [JeasonWong of copyright owner]

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.

##Simplified Chinese Version

##这是目前我在公司app里拓展成的效果

  • 分时图拓展

效果

  • K线图拓展-长按事件

效果

  • K线图拓展-缩放事件

效果

  • K线图拓展-平移事件(滑到最右注意有回弹效果哦~大家可以想想是如何实现的?)

效果

参考: 最base的实现思路是参考伟大的achartengine,大家可以细细品读源码,一定会有收获,在这里附上链接! http://www.achartengine.org/

About


Languages

Language:Java 100.0%