Samples
This section provides working code samples that demonstrate specific features of the i2 Notebook SDK.
Basic plug-in
Demonstrates creating a basic plug-in that visualizes geospatial data from chart records on an external map.
Plug-ins that use UI frameworks
Demonstrates creating a plug-in with different frameworks, implementing a simplified Record Inspector.
- Angular
samples/angular-plugin - React
samples/react-plugin - Vue
samples/vue-plugin
Mutation plug-in
Demonstrates writing new records to a chart, arranging the elements that contain those records, and updating the view.
Color plug-in
Demonstrates discovering and changing the colors of particular nodes on a web chart.
Item type plug-in
Demonstrates adding custom item types to the chart schema and listening for schema change events.
Dialog sample plug-in
Demonstrates how to use the showDialog API to create interactive modal dialogs.
Related Learning
For step-by-step tutorials that guide you through building complete plug-ins, see Tutorials.