
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
megadraft-chart-plugin
Advanced tools
It's a Megadraft Plugin that render charts using data given by user.
Highcharts is a Free for Non-commercial usage Javascript Library. Since this plugin use it to render charts, you must have a Highcharts License to use as commercial purpose.
Highcharts is a charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. See more
On select Chart
plugin at Megadraft plugin modal, a ModalChart
component will be instantiated.
ModalChart
is a modal component splitted in two parts: form and preview.
There are three chart type options: line, column and pie. Each one has their own Form component:
FormLine
for line chart;FormColumn
for column chart;FormPie
for pie chart;Chart
is the component in charge of render a chart preview. Chart Preview is re-render whenever a change on the Form is made.
HighchartsConnector
is responsible for translating the form data into valid data to Highcharts lib.
To complete chart edition, APLICAR
button should be clicked.
It's possible to edit a Chart by clicking in Megadraft edit block button.
A SVG copy of the chart is added to block data.
make setup
make run
open http://localhost:8080/demo
To run test and lint
make test
You can also run tests as watch mode:
make watch_unit
FAQs
Megadraft chart plugin
The npm package megadraft-chart-plugin receives a total of 6 weekly downloads. As such, megadraft-chart-plugin popularity was classified as not popular.
We found that megadraft-chart-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.