Skip to content

expovin/qsExtensionPlayground

 
 

Repository files navigation

Qlik Sense Extension Playground

While working a lot with the concept of Extension in Qlik Sense I thought it helps other people to share not only production-ready extensions but also some experiments, prototypes, etc.

So this is more or less my playground to test concepts, to test how the Visualization Extension API for Qlik Sense is documented, etc.

Samples

  • Angular-BasicExample
    • Simple example how to use AngularJS (templates & directives) in Qlik Sense Visualization Extensions.
  • Angular-Events
    • Sample how to consume events in AngularJS based visualization extensions.
  • Bootstrap-Clash
    • Sample how Bootstrap can clash with the style of Qlik Sense
  • Bootstrap
    • Sample how to solve the Bootstrap clash
  • Change Properties
    • Make changes to your custom properties programmatically.
  • HyperCubeOnTheFly
    • Create a HyperCube on the fly, based on dimensions and measures defined in the property panel.
  • HyperCubePaging
    • Example how to get more than 10.000 data-points using a hypercube and data-paging.
  • PropertyAccordion
    • Example how to create custom sections, headers and custom properties in the property accordion.
  • RequireJS CSS Plugin
    • Use requireJS' CSS Plugin to load external CSS files.

Read the README.md located in every sample for more information.

Author

Stefan Walther

License & Copyright

All examples are made available "AS IS" without any warranty of any kind under the MIT License (MIT).

See Additional license information for this solution.

About

Playground for Qlik Sense Visualization Extensions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.7%
  • JavaScript 44.1%
  • HTML 1.2%