{"id":34776296,"url":"https://github.com/lightning-chart/lcjs-example-0705-customchartbubbles","last_synced_at":"2026-05-23T08:02:42.293Z","repository":{"id":98723665,"uuid":"200632117","full_name":"Lightning-Chart/lcjs-example-0705-customChartBubbles","owner":"Lightning-Chart","description":"A demo application showcasing using LightningChart JS to display Bubble chart.","archived":false,"fork":false,"pushed_at":"2022-02-02T10:51:16.000Z","size":5145,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-26T20:14:02.838Z","etag":null,"topics":["bubble-chart","bubble-plot","demo","ellipse-plot","ellipse-series","example","javascript","lcjs","lightningchart-js","performance","visualization","webgl"],"latest_commit_sha":null,"homepage":"https://www.arction.com/lightningchart-js-interactive-examples/examples/lcjs-example-0705-customChartBubbles.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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}},"created_at":"2019-08-05T10:14:29.000Z","updated_at":"2021-12-14T13:29:59.000Z","dependencies_parsed_at":"2023-05-24T23:30:43.879Z","dependency_job_id":null,"html_url":"https://github.com/Lightning-Chart/lcjs-example-0705-customChartBubbles","commit_stats":null,"previous_names":["lightning-chart/lcjs-example-0705-customchartbubbles","arction/lcjs-example-0705-customchartbubbles"],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/Lightning-Chart/lcjs-example-0705-customChartBubbles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightning-Chart%2Flcjs-example-0705-customChartBubbles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightning-Chart%2Flcjs-example-0705-customChartBubbles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightning-Chart%2Flcjs-example-0705-customChartBubbles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightning-Chart%2Flcjs-example-0705-customChartBubbles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lightning-Chart","download_url":"https://codeload.github.com/Lightning-Chart/lcjs-example-0705-customChartBubbles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightning-Chart%2Flcjs-example-0705-customChartBubbles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33387656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"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":["bubble-chart","bubble-plot","demo","ellipse-plot","ellipse-series","example","javascript","lcjs","lightningchart-js","performance","visualization","webgl"],"created_at":"2025-12-25T08:20:59.263Z","updated_at":"2026-05-23T08:02:42.287Z","avatar_url":"https://github.com/Lightning-Chart.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Customized JavaScript Chart - Bubbles\r\n\r\n![Customized JavaScript Chart - Bubbles](custom.png)\r\n\r\nThis demo application belongs to the set of examples for LightningChart JS, data visualization library for JavaScript.\r\n\r\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.\r\n\r\nThe demo can be used as an example or a seed project. Local execution requires the following steps:\r\n\r\n- Make sure that relevant version of [Node.js](https://nodejs.org/en/download/) is installed\r\n- Open the project folder in a terminal:\r\n\r\n        npm install              # fetches dependencies\r\n        npm start                # builds an application and starts the development server\r\n\r\n- The application is available at *http://localhost:8080* in your browser, webpack-dev-server provides hot reload functionality.\r\n\r\n\r\n## Description\r\n\r\n*Also known as a Bubble Series, Bubble Chart and Bubble Graph*\r\n\r\nThis example shows extensive customization of a Cartesian Chart to create a Bubble Chart using ***EllipseSeries*** as a tool.\r\n\r\nThe ***Bubble chart*** is a variation of a Scatter series where the data points have additional third dimension represented in the size of the markers ( ***bubbles*** ).\r\n\r\nThis type of series are often used to present financial or statistical data because they the easiest and well-understood visual comparisons of measures.\r\n\r\nThe series typically accepts points in format `{ x: number, y: number, size: number }`.\r\n\r\n\r\n## API Links\r\n\r\n* [Cartesian chart]\n* [Axis]\n* [Ellipse series]\n* [Font settings]\n* [RGBA color factory]\n* [Solid FillStyle]\n* [Solid LineStyle]\n* [Empty FillStyle]\n* [UI position origins]\n* [UI Dragging modes]\n* [Animator]\n\r\n\r\n## Support\r\n\r\nIf you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.\r\n\r\nOfficial [API documentation][1] can be found on [Arction][2] website.\r\n\r\nIf the docs and other materials do not solve your problem as well as implementation help is needed, ask on [StackOverflow][3] (tagged lightningchart).\r\n\r\nIf you think you found a bug in the LightningChart JavaScript library, please contact support@arction.com.\r\n\r\nDirect developer email support can be purchased through a [Support Plan][4] or by contacting sales@arction.com.\r\n\r\n[0]: https://github.com/Arction/\r\n[1]: https://www.arction.com/lightningchart-js-api-documentation/\r\n[2]: https://www.arction.com\r\n[3]: https://stackoverflow.com/questions/tagged/lightningchart\r\n[4]: https://www.arction.com/support-services/\r\n\r\n© Arction Ltd 2009-2020. All rights reserved.\r\n\r\n\r\n[Cartesian chart]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/chartxy.html\n[Axis]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/axis.html\n[Ellipse series]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/ellipseseries.html\n[Font settings]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/fontsettings.html\n[RGBA color factory]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/globals.html#colorrgba\n[Solid FillStyle]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/solidfill.html\n[Solid LineStyle]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/solidline.html\n[Empty FillStyle]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/globals.html#emptyfill\n[UI position origins]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/globals.html#uiorigins\n[UI Dragging modes]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/enums/uidraggingmodes.html\n[Animator]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/globals.html#animator\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightning-chart%2Flcjs-example-0705-customchartbubbles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightning-chart%2Flcjs-example-0705-customchartbubbles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightning-chart%2Flcjs-example-0705-customchartbubbles/lists"}