All Projects → pubnub → Eon

pubnub / Eon

Licence: mit
An open-source chart and map framework for realtime data.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Eon

Eon Map
Realtime maps with PubNub and MapBox.
Stars: ✭ 121 (-86.17%)
Mutual labels:  realtime, maps
livebook
Automate code & data workflows with interactive Elixir notebooks
Stars: ✭ 3,402 (+288.8%)
Mutual labels:  charts, realtime
Reactivemaps
A data aware UI components library for building realtime maps
Stars: ✭ 944 (+7.89%)
Mutual labels:  realtime, maps
Vscode Vega Viewer
VSCode extension for Interactive Preview of Vega & Vega-Lite maps 🗺️ & graphs 📈
Stars: ✭ 75 (-91.43%)
Mutual labels:  charts, maps
Amcharts4
The most advanced amCharts charting library for JavaScript and TypeScript apps.
Stars: ✭ 907 (+3.66%)
Mutual labels:  charts, maps
Samples-JS-PHP
JavaScript and PHP samples for Stimulsoft Reports.PHP reporting tool.
Stars: ✭ 17 (-98.06%)
Mutual labels:  charts, maps
echarty
Minimal R/Shiny Interface to ECharts.js
Stars: ✭ 49 (-94.4%)
Mutual labels:  charts, maps
Prunecluster
Fast and realtime marker clustering for Leaflet
Stars: ✭ 473 (-45.94%)
Mutual labels:  realtime, maps
Samples-ASP.NET-MVC-CSharp
ASP.NET MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 31 (-96.46%)
Mutual labels:  charts, maps
Reports.JS
Stimulsoft Reports.JS is a reporting tool for Node.js and JavaScript applications.
Stars: ✭ 33 (-96.23%)
Mutual labels:  charts, maps
Samples-NET.Core-MVC-CSharp
ASP.NET Core 2.0 MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 28 (-96.8%)
Mutual labels:  charts, maps
Awesome D3
A list of D3 libraries, plugins and utilities
Stars: ✭ 4,779 (+446.17%)
Mutual labels:  charts, maps
Hbc
A Java HTTP client for consuming Twitter's realtime Streaming API
Stars: ✭ 898 (+2.63%)
Mutual labels:  realtime
Mapme
The Android maps adapter
Stars: ✭ 844 (-3.54%)
Mutual labels:  maps
Vue Apexcharts
📊 Vue.js component for ApexCharts
Stars: ✭ 889 (+1.6%)
Mutual labels:  charts
Utymap
Highly customizable library for procedural world generation based on real map data
Stars: ✭ 825 (-5.71%)
Mutual labels:  maps
Kchartview
KChart for Android ;股票k线图
Stars: ✭ 864 (-1.26%)
Mutual labels:  charts
Teechart Vcl Samples
Sample programs showing how to use TeeChart VCL for Delphi and C++ Builder
Stars: ✭ 24 (-97.26%)
Mutual labels:  charts
Angularfire
The official Angular library for Firebase.
Stars: ✭ 7,029 (+703.31%)
Mutual labels:  realtime
Supabase
The open source Firebase alternative. Follow to stay updated about our public Beta.
Stars: ✭ 25,142 (+2773.37%)
Mutual labels:  realtime

EON Realtime Dashboards

This is the repository for the compiled EON framework, including eon-chart and eon-map.

Product Website

Quick Start

<script type="text/javascript" src="//pubnub.github.io/eon/v/eon/1.0.0/eon.js"></script>
<link type="text/css" rel="stylesheet" href="//pubnub.github.io/eon/v/eon/1.0.0/eon.css" />

Documentation

This repository contains gh-pages and gulp tasks to compile the full EON framework. Each module has it's own repository and documentation found below.

Charts

EON Charts Documentation

Maps

EON Maps Documentation

Development

Clone this repository.

git clone https://github.com/pubnub/eon.git

Install bower dependencies.

cd src
bower install

Compile.

gulp

Note on Hotlinking

//pubnub.github.io/eon/lib/eon.js is stuck at version 0.0.7, please use versioned hotlinking, for example: //pubnub.github.io/eon/v/eon/0.1.0/eon.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].