-
Updated
Jul 15, 2020 - Swift
#
line-chart
Here are 61 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
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
go
golang
chart
utility
terminal
charting-library
command-line
graph
plot
golang-library
ascii-chart
line-chart
asciigraph
-
Updated
Jun 28, 2020 - Go
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
-
Updated
Nov 11, 2019 - Objective-C
Data plotting library for Rust
-
Updated
May 8, 2020 - Rust
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
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
HCLineChartView is a beautiful iOS library for drawing line charts. It is highly customizable and easy to use.
ios
chart
charts
charting-library
objective-c
chart-library
charting
line-charts
ios-charts
line-chart
-
Updated
Oct 16, 2017 - Objective-C
Qetch is a tool that allows users to freely sketch patterns on a scale-less canvas to query time series data without specifying query length or amplitude.
visualization
d3
drawing
gui
query
angular
database
research
time-series
regexp
sketches
user-interface
research-project
hci
regular-expressions
research-paper
chi
canvasjs
line-chart
-
Updated
May 7, 2020 - JavaScript
javascript
python
html
pie-chart
chart
travis-ci
github-stars
pandas
xpath
google-charts
lxml
pylint
webscraping
google-finance
github-topics
line-chart
pandas-datareader
-
Updated
Jan 13, 2018 - JavaScript
A line chart is used to represent data over a continuous time span. It is generally used to show trend of a measure (or a variable) over time. Data values are plotted as points that are connected using line segments.
-
Updated
Jan 24, 2020 - JavaScript
Zoomable line charts with nice time axes.
visualization
plots
elm
plot
data-visualization
zoom
elm-language
zoomable
elm-lang
line-charts
line-chart
-
Updated
May 5, 2019 - Elm
Draw charts interactively from any SQL queries
-
Updated
Jun 6, 2020 - HTML
A python module to draw ascii line chart in terminal
-
Updated
Sep 14, 2018 - Python
Helpers functions for svg's in react https://grady-lad.github.io/react-svg-coordinates/
-
Updated
Jan 15, 2018 - JavaScript
-
Updated
Mar 23, 2019 - JavaScript
An analysis of US mass shootings data (1982 to 2019) provided by Mother Jones. Analysis done using R in RStudio, results published to HTML using RMarkdown, and styled using CSS.
visualization
css
ggplot2
r
heatmap
visualisation
rmarkdown
waffle
barchart
data-analysis
stacked-bar
tree-map-chart
facets
line-chart
gganimate
lollipop-plot
map-chart
-
Updated
Jul 14, 2019 - HTML
Tool to retrain and forecast time series modeling of sales data
data-science
time-series
lstm
supervised-learning
xgboost
area-chart
d3js
arima
waterfall-charts
time-series-analysis
d3-visualization
line-chart
donut-chart
-
Updated
May 6, 2019 - Jupyter Notebook
react-charts
-
Updated
Aug 2, 2018 - JavaScript
d3 charts https://kre1z0.github.io/d3-charts/
-
Updated
Jul 11, 2020 - JavaScript
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
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
Improve this page
Add a description, image, and links to the line-chart topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the line-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!