Pro Pack
Docs HomeProduct SiteSupport
  • Introduction
  • Installation
  • Chart.js
    • Configuration
    • Data Binding
    • Data Labels
  • Dataset Filter Labels
    • Installation
    • Configuration
    • Data Binding
  • DataTables
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Date Range Picker
    • Configuration
    • Data Binding
    • Methods
  • iCheck
    • List
      • Configuration
      • Data Binding
      • Events
    • Filter
      • Configuration
      • Data Binding
  • Select2
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Sparklines
    • Installation
    • Configuration
    • Data Binding
  • Toastr
    • Configuration
  • Web Frameworks
Powered by GitBook
On this page
  • Properties
  • Sparkline

Was this helpful?

  1. Sparklines

Configuration

PreviousInstallationNextData Binding

Last updated 3 years ago

Was this helpful?

Use the following configuration options to bind the Sparklines for WireBootstrap component.

Properties

Name

Description

sparkline

A pass-through to the . See for an example.

datamap

Used to bind data to the component. See for details.

Sparkline

The following creates a sparkline line chart. The default chart type in WireBootstrap is a bar.

new wire.sparkline().render("#chart", {
    ...
    sparkline: {
        type: "line"
    }
});    
native configuration for Sparklines
Data Binding
Sparkline