Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 2.81 KB

README.md

File metadata and controls

74 lines (45 loc) · 2.81 KB

D3BulletCharts - QlikView Extension

D3BulletCharts is a QlikView object extension based on the famous D3 JavaScript charting library.

Motivation

If you install QlikView you'll find an extension example called "Bullet Chart" with a basic implementation to integrate bullet charts in QlikView.

While this kind of visualization (based on a concept created by Stephen Few) is quite famous this extension here offers some more functionality based on a piece of code I have found on bl.ocks.org.

Screenshots

Adding the object:

The final result:

Configuration:

Sample Application

A QlikView sample application using this extension is published in the "Demo" directory

Further Information

Compatiblity

This QlikView Object Extension is only developed and tested with QlikView 11 SR2 or higher.

Change Log

  • v1.0.1 (11/19/2913) - Added support for selecting one of 22 predefined color schemas
  • v1.0.0 (11/18/2013) - Initial version

Known Issues

  • If you do not like the colors, change the style.css located in the folder lib/css/

Possible Improvements

Some improvements I could imagine:

  • Offering a possibility to select a color scheme
  • Implementing an option to change between horizontal and vertical layout (see http://www.jasondavies.com/bullet/)
  • Additional layout properties for
  • font-sizes for "Title", "SubTitle" & "Scale"
  • color for "Title", "SubTitle", "Scale"

License

The software is made available "AS IS" without any warranty of any kind under the MIT License (MIT). Since this is a private project QlikTech support aggreement does not cover support for this software.

Credits

Resources