{"id":19700387,"url":"https://github.com/pablrod/p5-chart-bokeh","last_synced_at":"2025-06-14T13:35:56.438Z","repository":{"id":56836603,"uuid":"76813708","full_name":"pablrod/p5-Chart-Bokeh","owner":"pablrod","description":"Generate html/javascript charts from perl data using javascript library BokehJS","archived":false,"fork":false,"pushed_at":"2016-12-23T21:04:11.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T10:47:02.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pablrod.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}},"created_at":"2016-12-18T23:52:09.000Z","updated_at":"2021-09-24T09:58:11.000Z","dependencies_parsed_at":"2022-09-09T18:01:07.935Z","dependency_job_id":null,"html_url":"https://github.com/pablrod/p5-Chart-Bokeh","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablrod%2Fp5-Chart-Bokeh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablrod%2Fp5-Chart-Bokeh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablrod%2Fp5-Chart-Bokeh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablrod%2Fp5-Chart-Bokeh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablrod","download_url":"https://codeload.github.com/pablrod/p5-Chart-Bokeh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241014203,"owners_count":19894208,"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-11T21:05:48.514Z","updated_at":"2025-02-27T12:39:54.532Z","avatar_url":"https://github.com/pablrod.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nChart::Bokeh - Generate html/javascript charts from perl data using javascript library BokehJS\n\n# VERSION\n\nversion 0.001\n\n# SYNOPSIS\n\n```perl\nuse Chart::Bokeh qw(show_plot);\n\nmy $plot_data = {x =\u003e [0..10], y =\u003e [map {rand 10} 0..10]};\n\nshow_plot($plot_data);\n```\n\n# DESCRIPTION\n\nGenerate html/javascript charts from perl data using javascript library BokehJS. The result\nis a file that you could see in your favourite browser.\n\nThe interface is \"sub\" oriented, but the API is subject to changes.\n\n# FUNCTIONS\n\n## render\\_full\\_html\n\n### Parameters\n\n- data:\n\n    Data to be represented. This early version only accept data as a hashref with keys x, y and arrayrefs as the values:\n\n    ```perl\n    { \n      x =\u003e [1, 2, 3],\n      y =\u003e [1, 4, 9]\n    }\n    ```\n\n## show\\_plot\n\nOpens the plot in a browser locally\n\n### Parameters\n\nData to be represented. The format is the same as the parameter data in render\\_full\\_html\n\n# DISCLAIMER\n\nThis is an unofficial Bokeh Perl module. Currently I'm not affiliated in any way with Bokeh, nor Continuum Analytics, Inc. \nBut I think bokeh.js is a great library and I want to use it with perl. Please see: [http://bokeh.pydata.org/en/latest/](http://bokeh.pydata.org/en/latest/)\n\n# AUTHOR\n\nPablo Rodríguez González \u003cpablo.rodriguez.gonzalez@gmail.com\u003e\n\n# COPYRIGHT AND LICENSE\n\nThis software is Copyright (c) 2016 by Pablo Rodríguez González.\n\nThis is free software, licensed under:\n\n```perl\nThe (three-clause) BSD License\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablrod%2Fp5-chart-bokeh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablrod%2Fp5-chart-bokeh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablrod%2Fp5-chart-bokeh/lists"}