3.0.10 • Published 3 years ago

ni-webcharts-legends v3.0.10

Weekly downloads
339
License
https://www.ni.co...
Repository
github
Last release
3 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

3 years ago

3.0.9

3 years ago

3.0.8

4 years ago

3.0.7

4 years ago

3.0.6

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

5 years ago

3.0.1

5 years ago

2.0.1

5 years ago

1.4.4-hotfix.3

5 years ago

1.4.4-hotfix.2

5 years ago

1.4.4-hotfix.1

5 years ago

2.0.0

5 years ago

1.4.4-hotfix.0

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

7 years ago

1.0.0-1

7 years ago

1.0.0-0

7 years ago

0.2.14

7 years ago

0.2.13

7 years ago

0.2.12

7 years ago

0.2.11

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago