px-simple-horizontal-bar-chart

WebJar for px-simple-horizontal-bar-chart

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.bowergithub.predixdesignsystem
ArtifactId

ArtifactId

px-simple-horizontal-bar-chart
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

px-simple-horizontal-bar-chart
WebJar for px-simple-horizontal-bar-chart
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/predixdesignsystem/px-simple-horizontal-bar-chart

Download px-simple-horizontal-bar-chart

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.predixdesignsystem/px-simple-horizontal-bar-chart/ -->
<dependency>
    <groupId>org.webjars.bowergithub.predixdesignsystem</groupId>
    <artifactId>px-simple-horizontal-bar-chart</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.predixdesignsystem/px-simple-horizontal-bar-chart/
implementation 'org.webjars.bowergithub.predixdesignsystem:px-simple-horizontal-bar-chart:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.predixdesignsystem/px-simple-horizontal-bar-chart/
implementation ("org.webjars.bowergithub.predixdesignsystem:px-simple-horizontal-bar-chart:1.1.0")
'org.webjars.bowergithub.predixdesignsystem:px-simple-horizontal-bar-chart:jar:1.1.0'
<dependency org="org.webjars.bowergithub.predixdesignsystem" name="px-simple-horizontal-bar-chart" rev="1.1.0">
  <artifact name="px-simple-horizontal-bar-chart" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.predixdesignsystem', module='px-simple-horizontal-bar-chart', version='1.1.0')
)
libraryDependencies += "org.webjars.bowergithub.predixdesignsystem" % "px-simple-horizontal-bar-chart" % "1.1.0"
[org.webjars.bowergithub.predixdesignsystem/px-simple-horizontal-bar-chart "1.1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [1.9.0,3)
org.webjars.bowergithub.mbostock-bower : d3-bower jar [3.0.0,4)
org.webjars.bowergithub.predixdesignsystem : px-simple-chart-common-behavior jar [2.1.2,3)
org.webjars.bowergithub.components : es6-promise jar [3.3.1,4)

Project Modules

There are no modules declared in this project.

px-simple-horizontal-bar-chart Build Status

Overview

Px-simple-horizontal-bar-chart is a Predix UI component used to visualize a series of numeric values as a horizontally-oriented bar chart. The series is represented by horizontally left-aligned rectangle bars, the width of each proportionally representing a value.

The bar colors and legend labels are configurable. The width and height of the component are also configurable. We recommend viewing the demo page to see all the various configuration possibilities. We also recommend using the default settings as they are designed for proper performance.

Usage

Prerequisites

  1. node.js
  2. npm
  3. bower
  4. webcomponents-lite.js polyfill

Node, npm, and bower are necessary to install the component and dependencies. webcomponents.js adds support for web components and custom elements to your application.

Getting Started

First, install the component via bower on the command line:

bower install px-simple-horizontal-bar-chart --save

Second, import the component in your application with the following tag in your head:

<link rel="import" href="/bower_components/px-simple-horizontal-bar-chart/px-simple-horizontal-bar-chart.html"/>

Finally, use the component in your application:

<px-simple-horizontal-bar-chart
    ...
    width="370"
    height="230">
</px-simple-horizontal-bar-chart>


Documentation

Due to a bug in auto-documenting Attributes specified in Behaviors, we are listing the following attributes here, and will move them into the auto documentation API when the bug is fixed:

Attributes

width

Define the target pixel width of the chart component. The default settings is 283.

If you set both this and height to "auto", the chart will expand to fill its containing element. Note: The parent containing element must be a block-level element or have a defined width/height so that the component can inherit the value.

<px-simple-horizontal-bar-chart
    ...
    width="370">
</px-simple-horizontal-bar-chart>

height

Define the target pixel height of the chart component. The default settings is 150.

If you set both this and width to "auto", the chart will expand to fill its containing element. Note: The parent containing element must be a block-level element or have a defined width/height so that the component can inherit the value.

<px-simple-horizontal-bar-chart
    ...
    height="370">
</px-simple-horizontal-bar-chart>

Read the full API and view the demo here.

Local Development

From the component's directory...

$ npm install
$ bower install
$ gulp sass

From the component's directory, to start a local server run:

$ gulp serve

Navigate to the root of that server (e.g. http://localhost:8080/) in a browser to open the API documentation page, with link to the "Demo" / working examples.

GE Coding Style Guide

GE JS Developer's Guide



Known Issues

Please use Github Issues to submit any bugs you might find.

org.webjars.bowergithub.predixdesignsystem

Predix Design System

Versions

Version
1.1.0