-
Updated
Jul 12, 2020 - Swift
#
bar-chart
Here are 64 public repositories matching this topic...
swift
ios
chart
objective-c
graph
view
animation
graphics
model
plot
data-visualization
draw
area-chart
data-analysis
pie
bubble-chart
column-chart
bar-chart
line-chart
spline-chart
Open
Man pages
1
Daniel15
commented
Apr 18, 2020
Google's docs say to add isHtml: true under tooltip: https://developers.google.com/chart/interactive/docs/customizing_tooltip_content#using-html-tooltips
but that doesn't seem to work with this library
Repro: https://hjwtp.csb.app/
<Chart
options={{
backgroundColor: "#222",
tooltip: {
isHtml: true
}
}}
chartType="GeoChart"
data={[
[
{ t
KEIII
commented
Aug 30, 2018
anychart.charts.Cartesian.print requires paperSize of anychart.graphics.vector.PaperSize
but doc says it must be a string.
Example:
chart.print('A4', true); // error TS2345: Argument of type '"A4"' is not assignable to parameter of type 'PaperSize | undefined'.It seems PaperSize should be
一款android 图表框架,支持图表N配置,支持缩放,旋转手势。
-
Updated
Feb 5, 2018 - Java
android
pie-chart
chart
charts
webview
highcharts
animation
graphics
dynamic
data-visualization
area-chart
radar-chart
hybrid
chart-library
bubble-chart
hybird
column-chart
bar-chart
line-chart
android-charts
-
Updated
Jul 7, 2020 - Java
visualization
kotlin
pie-chart
chart
webview
highcharts
graphics
plot
area-chart
radar-chart
hybrid
chart-library
bubble-chart
column-chart
polar-chart
funnel-chart
stacked-chart
bar-chart
line-chart
pyramid-chart
-
Updated
Jul 7, 2020 - Kotlin
Open source charting library written in Elm
-
Updated
Jun 20, 2020 - JavaScript
Salary report visualization with D3.js 📊 💰
visualization
javascript
d3
svg
pie-chart
chart
demo
scatter-plot
filters
d3js
bar-chart
box-plot
salary-report
-
Updated
Feb 15, 2020 - JavaScript
DVQA Dataset: A Bar chart question answering dataset presented at CVPR 2018
-
Updated
Jun 24, 2019
Marimekko and bar mekko graphics in R
ggplot2
cran
r
plots
graph
graphs
plot
mondrian
plotting
bar-graphs
spine
bar-charts
submarine
matrix-chart
marimekko
olympic
cran-r
bar-chart
mosaic-plots
-
Updated
Aug 27, 2018 - R
Draw charts interactively from any SQL queries
-
Updated
Jun 6, 2020 - HTML
Horizontal bar chart of Wikipedia's weekly top 25 articles
-
Updated
Apr 16, 2020 - Jupyter Notebook
react-charts
-
Updated
Aug 2, 2018 - JavaScript
I heard sounds of the engine. I saw the power of money.
-
Updated
Oct 28, 2019 - JavaScript
Simple example of React+d3 dynamic bar and donut charts
-
Updated
Aug 5, 2018 - JavaScript
Working with graph using Eaze Graph Library. Example of Pie Chart,Bar Chart, Line Chart and Stacked Bar Chart with Animation
-
Updated
Oct 17, 2018 - Java
d3
pie-chart
chart
reusable-d3-charts
barchart
customizable
scatter-plot
chart-library
d3-visualization
bar-chart
line-chart
box-plot
-
Updated
May 17, 2018 - JavaScript
react bar-chart for React.
-
Updated
Jun 22, 2020 - JavaScript
Tenth homework from course Introduction to Java programming language. Task contains two parts where first part is implementing of simple calculator and second is implementation of bar chart showing
-
Updated
Dec 4, 2018 - Java
Discover how to use Matplotlib to create visualizations using the built-in plots that are provided by the library. Customize your visualizations and write mathematical expressions using TeX.
pie-chart
layout
histogram
data-visualization
scatter-plot
matplotlib
bar-chart
box-plot
bubble-plot
image-operations
-
Updated
Mar 16, 2020 - Jupyter Notebook
Data of 500 Cities with population more than 1 Lac by Census 2011. It is to visualize where the future cities of India stands today.
-
Updated
Jun 17, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the bar-chart topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bar-chart topic, visit your repo's landing page and select "manage topics."
Hey folk! Just a little feature request for your brilliant tool - Manual pages!
I work offline quite a bit, and whilst
jp --helpdoes provide some basic documentation, some full-fledged man pages with examples would be much much appreciated!