Realtime Dashboards

Charts, Maps, and Graphs powered by realtime data.

Get EON

Realtime chart and map framework.

EON connects C3 charts And Mapbox's map widget to
the PubNub data stream network.

Save you time and effort

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

Works across all devices

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

Quickstart

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" />

Realtime Charts.

Powered by C3.

Embed chart.

eon.chart({
  channel: 'eon-chart',
  limit: 20,
  flow: true,
  generate: {
    bindto: '#body-spline'
  }
});

Publish data from anywhere.

PUBNUB.publish({
  channel:  'eon-chart',
  message:  });

Realtime Maps.

Powered by Mapbox.

Embed map.

eon.map({
  channel: 'eon-map',
  id: 'html-id',
  mb_token: '...',
  mb_id: 'ianjennings.l896mh2e'
});

Publish data from anywhere.

PUBNUB.publish({
  channel:  'eon-map',
  message:  });

More Examples

Ready for you to copy and paste.

World Domination Ready

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.

Learn More