All Projects → terezka → Line Charts

terezka / Line Charts

Licence: bsd-3-clause
A library for plotting line charts in SVG. Written in all Elm.

Programming Languages

elm
856 projects

Projects that are alternatives of or similar to Line Charts

Muze
Composable data visualisation library for web with a data-first approach now powered by WebAssembly
Stars: ✭ 1,153 (+159.1%)
Mutual labels:  svg, charts
Vue Crypto Dashboard
Cryptocurrency Dashboard made with Vue
Stars: ✭ 107 (-75.96%)
Mutual labels:  svg, charts
Nivo
nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries
Stars: ✭ 9,550 (+2046.07%)
Mutual labels:  svg, charts
Resonance
◾️Resonance | 5kb React animation library
Stars: ✭ 1,011 (+127.19%)
Mutual labels:  svg, charts
Laue
🖖📈 Modern charts for Vue 2.0
Stars: ✭ 245 (-44.94%)
Mutual labels:  svg, charts
Pure Vue Chart
Simple and lightweight vue chart component without using chart library dependencies
Stars: ✭ 50 (-88.76%)
Mutual labels:  svg, charts
Echarts
Apache ECharts is a powerful, interactive charting and data visualization library for browser
Stars: ✭ 49,119 (+10937.98%)
Mutual labels:  svg, charts
Elm Charts
Create SVG charts in Elm.
Stars: ✭ 482 (+8.31%)
Mutual labels:  svg, plotting
React Native Svg Charts
📈 One library to rule all charts for React Native 📊
Stars: ✭ 2,056 (+362.02%)
Mutual labels:  svg, charts
G2
📊 A highly interactive data-driven visualization grammar for statistical charts.
Stars: ✭ 11,020 (+2376.4%)
Mutual labels:  svg, charts
Amcharts4
The most advanced amCharts charting library for JavaScript and TypeScript apps.
Stars: ✭ 907 (+103.82%)
Mutual labels:  svg, charts
oxyplot-avalonia
A cross-platform plotting library for .NET. This package targets Avalonia apps.
Stars: ✭ 102 (-77.08%)
Mutual labels:  charts, plotting
Rickshaw
JavaScript toolkit for creating interactive real-time graphs
Stars: ✭ 6,506 (+1362.02%)
Mutual labels:  svg, charts
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 1,141 (+156.4%)
Mutual labels:  svg, charts
Geom
2D/3D geometry toolkit for Clojure/Clojurescript
Stars: ✭ 759 (+70.56%)
Mutual labels:  svg, charts
Touchdesigner Sop To Svg
A pipeline for handling the SOP to SVG pipeline. This is especially handy for using procedurally generated geometry for paths to be cut or plotted.
Stars: ✭ 87 (-80.45%)
Mutual labels:  svg, plotting
Gr.rb
Ruby wrapper for the GR framework
Stars: ✭ 60 (-86.52%)
Mutual labels:  charts, plotting
Oxyplot
A cross-platform plotting library for .NET
Stars: ✭ 2,466 (+454.16%)
Mutual labels:  charts, plotting
Apexcharts.js
📊 Interactive JavaScript Charts built on SVG
Stars: ✭ 10,991 (+2369.89%)
Mutual labels:  svg, charts
elementary-plotlib
C/C++ Plotting Library
Stars: ✭ 19 (-95.73%)
Mutual labels:  charts, plotting

Line Charts

An library for plotting line charts in SVG. Written in all Elm. See demo.

Installation

Run the following command in the root of your project

$ elm install terezka/line-charts

and import the library in an elm file like this

import LineChart

See the documentation for more information on usage!

Documentation

Find the documentation on Elm's package website.

Development

Setup

$ cd examples
$ elm package install
$ elm reactor

and open examples.

Tests

Tests are written with elm-test. For further information on elm-test check the documentation. All required dependencies are downloaded and installed when initially running the command.

$ elm test

Compile the Docs

$ elm live docs/src/Main.elm --output=docs/assets/main.js
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].