Questions tagged [envision.js]

Envision.js is a library for creating fast, dynamic and interactive HTML5 visualizations.

Envision.js is a library for creating fast, dynamic and interactive visualizations. The library is rewrite of HumbleFinance, a library for HTML5 canvas finance visualization.

Features:

  • Modern Browsers, IE 6+
  • Touch / Mobile Support
  • HTML5 Finance Chart
  • HTML5 Time Series Chart
  • API for Custom Visualizations
  • Framework Agnostic
  • Adapted to Flotr2
  • Adaptable to Others

To display a visualization in Envision.js, either use a Template or create a custom visualization with the Envision.js API. Templates are easy to use pre-made visualizations for common use-cases. Further customization is possible using the Component config option. These are options passed to the underlying adapter/API (Flotr2 by default).

You should use this tag if your question is related to Envision.js library or its APIs.

1 questions
0
votes
1 answer

Creating a Web-based Data Charting Component using Envision.js with Stock Price Ticker feed data

I am trying to create a web app for Data charting component using Envision.js. The data being used is a Stock Price Ticker feed in JSON format. I have formed a standard finance line chart (Envision Finance template) using ajax jquery call for…
maali
  • 134
  • 3
  • 14