{"id":22608915,"url":"https://github.com/bitfinexcom/bfx-hf-chart","last_synced_at":"2025-04-11T06:14:12.010Z","repository":{"id":40757415,"uuid":"235080151","full_name":"bitfinexcom/bfx-hf-chart","owner":"bitfinexcom","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-26T18:50:56.000Z","size":161,"stargazers_count":14,"open_issues_count":8,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-25T04:09:17.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitfinexcom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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}},"created_at":"2020-01-20T10:53:54.000Z","updated_at":"2024-04-27T08:54:12.000Z","dependencies_parsed_at":"2024-12-03T09:03:37.412Z","dependency_job_id":null,"html_url":"https://github.com/bitfinexcom/bfx-hf-chart","commit_stats":{"total_commits":55,"total_committers":7,"mean_commits":7.857142857142857,"dds":"0.36363636363636365","last_synced_commit":"df7470a6612535ef39873a0d194ef7d55df06772"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfinexcom%2Fbfx-hf-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfinexcom%2Fbfx-hf-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfinexcom%2Fbfx-hf-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfinexcom%2Fbfx-hf-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitfinexcom","download_url":"https://codeload.github.com/bitfinexcom/bfx-hf-chart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248008630,"owners_count":21032556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-12-08T15:10:06.097Z","updated_at":"2025-04-11T06:14:11.988Z","avatar_url":"https://github.com/bitfinexcom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Bitfinex Honey Framework Financial Charting Library for Node.JS\n\n[![Build Status](https://travis-ci.org/bitfinexcom/bfx-hf-chart.svg?branch=master)](https://travis-ci.org/bitfinexcom/bfx-hf-chart)\n\nThis is the official Bitfinex financial charting library, released as part of the Honey Framework. It renders entirely on HTML5 canvas elements, and supports all Honey Framework trading indicators.\n\n### Features\n* 100% canvas rendering\n* 100% Honey Framework indicator coverage\n* High-performance with large datasets\n* React wrapper component\n* Fully customizable\n\n### Installation\n\n```bash\nnpm i --save bfx-hf-chart\n```\n\n### Quickstart \u0026 Example\n\nTo get started, utilize the React component to render \u0026 pass data to the chart:\n\n```js\nimport React from 'react'\nimport BFXChart from '../dist/components/Chart/Chart'\n\nconst DATA = [....]\n\nexport default class Demo extends React.PureComponent {\n  render () {\n    return (\n      \u003cBFXChart\n        candles={DATA}\n        candleWidth='1m'\n        width={800}\n        height={600}\n      /\u003e\n    )\n  }\n}\n```\n\nNote that candle data is expected in Bitfinex array format, specifically:\n```js\nconst data = [[\n  mts,\n  open,\n  close,\n  high,\n  low,\n  volume,\n], ...]\n```\n\n### Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n### Note\n\nThis package will be maintained only via github, please use latest relases from github instead of npm.\n\nExample on how to install specific version from github:\n```\nnpm i --save-prod https://github.com/bitfinexcom/bfx-hf-chart.git#v1.0.7\n```\n\nExample on how to install it latest version from github:\n```\nnpm i --save-prod https://github.com/bitfinexcom/bfx-hf-chart.git\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfinexcom%2Fbfx-hf-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitfinexcom%2Fbfx-hf-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfinexcom%2Fbfx-hf-chart/lists"}