{"id":49237420,"url":"https://github.com/lightning-chart/lcjs-example-0034-dashedprojection","last_synced_at":"2026-04-24T17:04:39.719Z","repository":{"id":175205450,"uuid":"644391893","full_name":"Lightning-Chart/lcjs-example-0034-dashedProjection","owner":"Lightning-Chart","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-17T08:26:11.000Z","size":16764,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-04-17T09:38:47.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://arction.github.io/lcjs-example-0034-dashedProjection/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lightning-Chart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-23T12:24:28.000Z","updated_at":"2026-04-17T08:23:32.000Z","dependencies_parsed_at":"2024-04-05T13:30:00.192Z","dependency_job_id":"ab4f9c54-a477-4ade-951f-a2e3c662bf1d","html_url":"https://github.com/Lightning-Chart/lcjs-example-0034-dashedProjection","commit_stats":null,"previous_names":["arction/lcjs-example-0034-dashedprojection","lightning-chart/lcjs-example-0034-dashedprojection"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Lightning-Chart/lcjs-example-0034-dashedProjection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightning-Chart%2Flcjs-example-0034-dashedProjection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightning-Chart%2Flcjs-example-0034-dashedProjection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightning-Chart%2Flcjs-example-0034-dashedProjection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightning-Chart%2Flcjs-example-0034-dashedProjection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lightning-Chart","download_url":"https://codeload.github.com/Lightning-Chart/lcjs-example-0034-dashedProjection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightning-Chart%2Flcjs-example-0034-dashedProjection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32232653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-24T17:04:34.309Z","updated_at":"2026-04-24T17:04:39.705Z","avatar_url":"https://github.com/Lightning-Chart.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JavaScript Dashed Line Prediction Chart\n\n![JavaScript Dashed Line Prediction Chart](dashedProjection-darkGold.png)\n\nThis demo application belongs to the set of examples for LightningChart JS, data visualization library for JavaScript.\n\nLightningChart JS is entirely GPU accelerated and performance optimized charting library for presenting massive amounts of data. It offers an easy way of creating sophisticated and interactive charts and adding them to your website or web application.\n\nThe demo can be used as an example or a seed project. Local execution requires the following steps:\n\n-   Make sure that relevant version of [Node.js](https://nodejs.org/en/download/) is installed\n-   Open the project folder in a terminal:\n\n          npm install              # fetches dependencies\n          npm start                # builds an application and starts the development server\n\n-   The application is available at _http://localhost:8080_ in your browser, webpack-dev-server provides hot reload functionality.\n\n\n## Description\n\nExample showcasing use of `DashedLine` style to reflect a projected (or _predicted_) time trend.\n\nThis approach could be utilized in applications that involve time series data that is uncertain - for example produced using Artificial Intelligence or predictive algorithms.\n\nFor the user, the dashed line stands out as less opaque than the rest of the line trend, which helps in understanding the meaning of the data visualization.\n\nAdditionally, the example adds an Axis `Band` over the prediction range (on X Axis) to further highlight the split.\n\n\n## API Links\n\n* [XY cartesian chart]\n* [Line series]\n* [Axis]\n* [Band]\n* [DashedLine]\n\n\n## Support\n\nIf you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.\n\nOfficial [API documentation][1] can be found on [LightningChart][2] website.\n\nIf the docs and other materials do not solve your problem as well as implementation help is needed, ask on [StackOverflow][3] (tagged lightningchart).\n\nIf you think you found a bug in the LightningChart JavaScript library, please contact sales@lightningchart.com.\n\nDirect developer email support can be purchased through a [Support Plan][4] or by contacting sales@lightningchart.com.\n\n[0]: https://github.com/Arction/\n[1]: https://lightningchart.com/lightningchart-js-api-documentation/\n[2]: https://lightningchart.com\n[3]: https://stackoverflow.com/questions/tagged/lightningchart\n[4]: https://lightningchart.com/support-services/\n\n© LightningChart Ltd 2009-2026. All rights reserved.\n\n\n[XY cartesian chart]: https://lightningchart.com/js-charts/api-documentation/v8.2.0/classes/ChartXY.html\n[Line series]: https://lightningchart.com/js-charts/api-documentation/v8.2.0/classes/PointLineAreaSeries.html\n[Axis]: https://lightningchart.com/js-charts/api-documentation/v8.2.0/classes/Axis.html\n[Band]: https://lightningchart.com/js-charts/api-documentation/v8.2.0/classes/Band.html\n[DashedLine]: https://lightningchart.com/js-charts/api-documentation/v8.2.0/classes/DashedLine.html\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightning-chart%2Flcjs-example-0034-dashedprojection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightning-chart%2Flcjs-example-0034-dashedprojection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightning-chart%2Flcjs-example-0034-dashedprojection/lists"}