3.0.10 • Published 4 years ago

ni-webcharts-legends v3.0.10

Weekly downloads
339
License
https://www.ni.co...
Repository
github
Last release
4 years ago

Webcharts Legends

Build Status Coverage Status

Legends and tools for ni-webcharts.

Usage example:

Import ni-webcharts and ni-webcharts-legends

npm install ni-webcharts
npm install ni-webcharts-legends

Add a graph and legends to a webpage:

<html>
<head>
    <link rel="stylesheet" href="node_modules/ni-webcharts/styles/webchartsLight.css" />
    <link rel="stylesheet" href="node_modules/@ni-kismet/jqx-elements/source/styles/jqx.default.css" />
    <link rel="stylesheet" href="node_modules/ni-webcharts-legends/styles/webcharts-legends.css" />
    <link rel="stylesheet" href="node_modules/ni-webcharts-legends/styles/webcharts-legends.icons.css" />
    <!-- webcharts scripts -->
    <!-- webcharts legends scripts -->
    <script type="text/javascript" src="node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
</head>

<body>
    <ni-cartesian-graph graph-ref="graph1" value="[[0, 10, 200, 3, 40, 500, 6, 70, 800]]">
      <ni-cartesian-axis show label="Time" show-label axis-position="bottom"></ni-cartesian-axis>
      <ni-cartesian-axis show label="Amplitude" show-label axis-position="left"></ni-cartesian-axis>
      <ni-cartesian-plot show label="Plot">
        <ni-cartesian-plot-renderer line-width="1"></ni-cartesian-plot-renderer>
      </ni-cartesian-plot>
    </ni-cartesian-graph>

    <ni-scale-legend graph-ref="graph1"></ni-scale-legend>
    <ni-plot-legend graph-ref="graph1"></ni-plot-legend>
    <ni-cursor-legend graph-ref="graph1"></ni-cursor-legend>
    <ni-graph-tools graph-ref="graph1"></ni-graph-tools>
</body>
</html>

Webcharts Legends documentation

API Documentation

3.0.10

4 years ago

3.0.9

4 years ago

3.0.8

5 years ago

3.0.7

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

2.0.1

6 years ago

1.4.4-hotfix.3

6 years ago

1.4.4-hotfix.2

6 years ago

1.4.4-hotfix.1

6 years ago

2.0.0

6 years ago

1.4.4-hotfix.0

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.6

7 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.5

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

1.0.0-1

8 years ago

1.0.0-0

8 years ago

0.2.14

8 years ago

0.2.13

8 years ago

0.2.12

8 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago