Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WLJS Notebook Plugin Example 1

Basic library functions extension with Wolfram Language and Javascript

As an example we add here ApexCharts to Wolfram Kernel

It cover the basics of

  • lazy JS modules loading
  • writting a basic WLJS function in Javascript with local memory
  • making output forms for normal cells and slides (or WLX)
  • executing Wolfram Language on browser's side

How to install

  1. Clone this repository to <Documents>/Extensions
  2. Make sure that the folder name matches wljs-plugin-example-1
  3. Restart WLJS App

Example

Run in a new notebook

ApexCharts[<|
  "series" -> {44, 55, 67, 83},
  "chart" -> <|
    "height" -> 350,
    "type" -> "radialBar"
  |>,
  "labels" -> {"Apples", "Oranges", "Bananas", "Berries"}
|>]

About

Example Plugin 1 for WLJS

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages