All Projects → diogobernardino → Williamchart

diogobernardino / Williamchart

Android Library to rapidly develop attractive and insightful charts in android applications.

Programming Languages

kotlin
9241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Williamchart

Spfx 40 Fantastics
This package is a sample kit of Client Side Web Parts built on the SharePoint Framework SPFx. You can find here different kind of high visual web parts as carousel, images galleries, animations, map, editors, etc.
Stars: ✭ 345 (-92.73%)
Mutual labels:  charts
Chartjs.blazor
Brings Chart.js charts to Blazor
Stars: ✭ 402 (-91.53%)
Mutual labels:  charts
Line Charts
A library for plotting line charts in SVG. Written in all Elm.
Stars: ✭ 445 (-90.62%)
Mutual labels:  charts
Apexcharts.rb
📊 Awesome charts for your ruby app powered by ApexCharts.JS.
Stars: ✭ 350 (-92.62%)
Mutual labels:  charts
Hslcontrolsdemo
HslControls控件库的使用demo,HslControls是一个工业物联网的控件库,基于C#开发,配套HslCommunication组件可以实现工业上位机软件的快速开发,支持常用的工业图形化控件,快速的集成界面开发。 主要包含了按钮,开关,进度条,信号灯,数码管,时钟,曲线显示控件,仪表盘控件,管道控件,瓶子控件,饼图控件,传送带控件,温度计控件,鼓风机控件,阀门控件,电池控件等等。
Stars: ✭ 389 (-91.8%)
Mutual labels:  charts
Flutter echarts
A Flutter widget to use Apache ECharts (incubating) in a reactive way.
Stars: ✭ 420 (-91.15%)
Mutual labels:  charts
Minera
Minera is a web interface to monitor and manage mining devices
Stars: ✭ 337 (-92.9%)
Mutual labels:  charts
Wx Charts
微信小程序图表charts组件,Charts for WeChat Mini Program
Stars: ✭ 4,633 (-2.36%)
Mutual labels:  charts
Hycharts
柱状图、折/曲线图、K线图(主图、交易量图、辅助图), 图与图可以自由组合, 支持分页加载数据 -----> 低内存、低耗电、滑动缩放顺滑
Stars: ✭ 394 (-91.7%)
Mutual labels:  charts
React Native Animated Charts
Set of components and helpers for building complex and beautifully animated charts
Stars: ✭ 443 (-90.66%)
Mutual labels:  charts
Go Echarts
🎨 The adorable charts library for Golang
Stars: ✭ 4,255 (-10.33%)
Mutual labels:  charts
React Chartjs 2
React components for Chart.js, the most popular charting library
Stars: ✭ 4,667 (-1.64%)
Mutual labels:  charts
Charts
Helm charts for applications you run at home
Stars: ✭ 421 (-91.13%)
Mutual labels:  charts
Reports kit
Beautiful, interactive charts and tables for Ruby on Rails
Stars: ✭ 349 (-92.64%)
Mutual labels:  charts
Reactochart
📈 React chart component library 📉
Stars: ✭ 459 (-90.33%)
Mutual labels:  charts
Cxjs
CxJS - Advanced JavaScript UI framework for admin and dashboard applications with ready to use grid, form and chart components.
Stars: ✭ 345 (-92.73%)
Mutual labels:  charts
Pywaffle
🧇 Make Waffle Charts in Python.
Stars: ✭ 406 (-91.44%)
Mutual labels:  charts
Devextreme Angular
Angular UI and data visualization components
Stars: ✭ 497 (-89.53%)
Mutual labels:  charts
Cutecharts.py
📉 Hand drawing style charts library for Python
Stars: ✭ 460 (-90.31%)
Mutual labels:  charts
Aachartcore
📈📊☕️☕️☕️An elegant modern declarative data visualization chart framework for Android. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.极其精美而又强大的 Android 数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.
Stars: ✭ 424 (-91.06%)
Mutual labels:  charts

williamchart phonewatch

Kotlin Version API CodeFactor

Williamchart is an Android Library to rapidly implement attractive and insightful charts in android applications.

Note: WilliamChart v3 has been completely re-written from scratch in Kotlin and does not guarantee any API/features compatibility with previous versions. Android development has been evolving quickly, and much has changed since I first started developing williamchart (e.g patterns, testing, tools), so I decided it was time to rewrite it with all these new tools in mind. I intend to keep it as light and modular as possible.

screenshot

Gradle

// Charts
implementation 'com.diogobernardino:williamchart:3.10.1'

// Tooltips
implementation 'com.diogobernardino.williamchart:tooltip-slider:3.10.1'
implementation 'com.diogobernardino.williamchart:tooltip-points:3.10.1'

If you find this library useful and decide to use it in your projects please drop me a line @dfbernardino, I will be happy to know about it.

Usage

All charts

<com.db.williamchart.view.chart_view
  ...
  app:chart_labelsColor="color"
  app:chart_labelsSize="dimension"
  app:chart_labelsFont="font" 
/>

Line Chart

<com.db.williamchart.view.LinechartView
  ...
  app:chart_lineColor="color"
  app:chart_lineThickness="dimension"
  app:chart_smoothLine=[ "true" | "false" ]
  app:chart_pointDrawable="drawable" 
/>

Bar Chart

<com.db.williamchart.view.BarChartView|HorizontalBarChartView
  ...
  app:chart_spacing="dimension"
  app:chart_barsColor="color"
  app:chart_barsBackgroundColor="color"
  app:chart_barsRadius="dimension" 
/>

Donut Chart

<com.db.williamchart.view.DonutChartView
  ...
  app:chart_donutThickness="dimension"
  app:chart_donutBackgroundColor="color"
  app:chart_donutRoundCorners="boolean"
  app:chart_donutTotal="float"
/>

License

Copyright 2019 Diogo Bernardino

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].