rubyvis icon indicating copy to clipboard operation
rubyvis copied to clipboard

Ruby version of Protovis, a visualization toolkit.

Results 9 rubyvis issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.0 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

there is no big update but i just delete the error in spelling and quotation.

Bumps [rake](https://github.com/ruby/rake) from 12.3.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

Trying to make my labels bold on a pie chart? ```ruby vis = Rubyvis::Panel.new.width(width).height(height) vis.add(pv.Wedge) .data(percentages) .bottom(radius) .left(radius) .outer_radius(radius) .angle(angle) .fill_style(colours) .anchor('center').add(pv.Label) .font("bold") .text_style('#000000') .text(labels) .text_angle(0) vis.render() ``` Thanks

I need some way to make multiple bubble charts where bubbles with the same node_value/size in each, render at the same physical size in the chart. The current implementation scales,...

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.7. Release notes Sourced from rexml's releases. REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using StringScanner. GH-106 GH-107 GH-108 GH-109 GH-112 GH-113 GH-114...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5. Release notes Sourced from nokogiri's releases. v1.16.5 / 2024-05-13 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-34459. See GHSA-r95h-9x8f-r3f7 for more information. Dependencies...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.0 to 1.16.5. Release notes Sourced from nokogiri's releases. v1.16.5 / 2024-05-13 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-34459. See GHSA-r95h-9x8f-r3f7 for more information. Dependencies...

dependencies