{"id":19952063,"url":"https://github.com/studio24/cjbs-svg-charts","last_synced_at":"2025-08-11T17:38:21.071Z","repository":{"id":17116670,"uuid":"19882740","full_name":"studio24/CJBS-SVG-charts","owner":"studio24","description":"A toolkit for creating SVG charts for Cambridge Judge Business School","archived":false,"fork":false,"pushed_at":"2014-07-29T09:18:06.000Z","size":788,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-02-25T18:04:52.084Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/studio24.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-17T09:02:14.000Z","updated_at":"2014-06-27T12:45:07.000Z","dependencies_parsed_at":"2022-08-24T07:40:41.255Z","dependency_job_id":null,"html_url":"https://github.com/studio24/CJBS-SVG-charts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studio24%2FCJBS-SVG-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studio24%2FCJBS-SVG-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studio24%2FCJBS-SVG-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studio24%2FCJBS-SVG-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/studio24","download_url":"https://codeload.github.com/studio24/CJBS-SVG-charts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241381646,"owners_count":19953751,"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-11-13T01:11:23.645Z","updated_at":"2025-03-01T15:15:30.211Z","avatar_url":"https://github.com/studio24.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cambridge Judge Business School SVG charts\n\nAn Open Source toolkit for creating SVG charts for Cambridge Judge Business School. \n\nDeveloped for CJBS http://www.jbs.cam.ac.uk by Studio 24 http://www.studio24.net\n\n### Open Source license\n\nCopyright (c) 2014 Studio 24 Ltd\n\nLicensed under the MIT License, see LICENSE.md\n\n### Overview\n\nAll charts use JSON data for configuration, with the exception of the Global Map which uses a CSV file, this is purely for ease of editing.\n\n### Required Files\n\nThe following files are required to be included on all pages with any chart on it:\n\n```\n/js/d3/d3.min.js\n/js/s24/s24.charts.js\n/js/s24/s24.charts.css\n```\n\nThe following file is required if the page has a Global Map on it:\n\n```\n/js/d3/toppjson.min.js\n```\n\nAll files in the /js/d3 folder are required for the Global Map pages (world.json), however these are automatically included in the script, and the location is also configurable through the standard options.\n\n### Initialisation\n\nBefore any charts are initialised on the page, the charting library must be first be initialised:\n\n```\nS24.Charts.init({\n    colourScheme: '/js/studio24charts/colours.json'\n});\n```\n\nThe colour scheme is a changeable option, so if two pages have different colours, this can be updated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudio24%2Fcjbs-svg-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstudio24%2Fcjbs-svg-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudio24%2Fcjbs-svg-charts/lists"}