EON connects C3 charts And Mapbox's map widget to
the PubNub data stream network.
Easily create dashboards and visualizations with feature filled libraries.
C3 includes a variety of chart types and MapBox supports custom map themes and markers.
I use EON to plot world domination!
@stephenlb, PubNub
It doesn't matter if you're building the next taxi app or analytics app, EON allows you to build realtime charts that work on any platform.
C3 and Mapbox are both ready for the mobile web. PubNub has support for more than 50 platforms.
I use EON to graph data from my Arduino powered weather balloon.
@girlie_mac
Include EON into your page.
<script type="text/javascript" src="http://pubnub.github.io/eon/lib/eon.js"></script>
<link type="text/css" rel="stylesheet" href="http://pubnub.github.io/eon/lib/eon.css" />
Powered by C3.
eon.chart({
channel: 'eon-chart',
limit: 20,
flow: true,
generate: {
bindto: '#body-spline'
}
});
PUBNUB.publish({
channel: 'eon-chart',
message: });
Powered by Mapbox.
eon.map({
channel: 'eon-map',
id: 'html-id',
mb_token: '...',
mb_id: 'ianjennings.l896mh2e'
});
PUBNUB.publish({
channel: 'eon-map',
message: });
Ready for you to copy and paste.
PubNub streams more than 3 million messages a second to 150 million devices a month, connecting everyone on earth in less than 0.25 seconds.