px-simple-win-loss-chart

WebJar for px-simple-win-loss-chart

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.bowergithub.predixdesignsystem
ArtifactId

ArtifactId

px-simple-win-loss-chart
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

px-simple-win-loss-chart
WebJar for px-simple-win-loss-chart
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/predixdesignsystem/px-simple-win-loss-chart

Download px-simple-win-loss-chart

How to add to project

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

Dependencies

compile (5)

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

Project Modules

There are no modules declared in this project.

px-simple-win-loss-chart Build Status

Overview

Px-simple-win-loss-chart is a Predix UI component used to visualize a series of positive & negative values as a bar chart. The series is represented by a sequence of horizontally aligned rectangle bars, the height of each proportionally representing a value.

Positive values are represented above the x-axis in one color, and negative values are displayed below the axis, in a different color - these two colors are configurable. The width and height of the component are also configurable, or can be set to "auto" for a responsive layout.

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-win-loss-chart --save

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

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

Finally, use the component in your application:

<px-simple-win-loss-chart chart-data="[1,-2,3]">
</px-simple-win-loss-chart>



Documentation

Read the full API and view the demo here.

The documentation in this repository is supplemental to the official Predix documentation, which is continuously updated and maintained by the Predix documentation team. Go to http://predix.io to see the official Predix documentation.

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

The root of that server (e.g. http://localhost:8080/) will automatically open in your default browser with the API documentation page and interactive working examples.

gulp serve also runs gulp watch concurrently so that when you make a change to your source files and save them, your preview will be updated in any browsers you have opened and turned on in LiveReload.

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
2.1.1
2.1.0