Gathering detailed insights and metrics for elm-apex-charts-link
Gathering detailed insights and metrics for elm-apex-charts-link
Gathering detailed insights and metrics for elm-apex-charts-link
Gathering detailed insights and metrics for elm-apex-charts-link
write your charts specifications in elm, export to json and use it via ports or web-components
npm install elm-apex-charts-link
Typescript
Module System
Node Version
NPM Version
Elm (95.33%)
JavaScript (4.05%)
HTML (0.49%)
CSS (0.13%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Stars
86 Commits
1 Forks
2 Watchers
10 Branches
2 Contributors
Updated on Dec 31, 2021
Latest Version
1.0.4
Package Id
elm-apex-charts-link@1.0.4
Unpacked Size
4.71 kB
Size
2.39 kB
File Count
4
NPM Version
8.1.0
Node Version
16.13.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
a tentative solution to using apex charts within the comfort of elm
I wanted to get an easy way to "describe" how the charts should look like and defer the transformation from the "graph description" to the actual Apex JSON to a custom encoder.
At the moment the code looks like this:
1Apex.chart 2 |> Apex.addLineSeries "Connections by week" (connectionsByWeek logins) 3 |> Apex.addColumnSeries "Connections within office hour for that week" (dayTimeConnectionByWeek logins) 4 |> Apex.addColumnSeries "Connections outside office hour for that week" (outsideOfficeHourConnectionByWeek logins) 5 |> Apex.withXAxisType Apex.DateTime 6
It it still pretty much just a WIP and needs to support more options and more types of charts to be more complete. However it is working fine already as it is.
Once we've got a nice chart description what shall we do with it? This package offers 2 ways of plugging your data to an actual chart: via ports or via a custom-elements.
The first options is achieve by providing a JSON encoder for the charts (see Apex.encodeChart
).
The second requires to import and setup the npm companion package: elm-apex-charts-link, once you've set it up you can use the Apex.apexChart
.
For a complete example, have a look at /example
.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/23 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
53 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More