NAME
{$package_name}
SYNOPSIS
use HTML::Show;
use Chart::Plotly;
use {$package_name};
my ${$trace_name} = {$package_name}->new(x => [1 .. 5], y => [1 .. 5]);
HTML::Show::show(Chart::Plotly::render_full_html(data => [${$trace_name}]));
DESCRIPTION
This file has been autogenerated from the official plotly.js source.
If you like Plotly, please support them: https://plot.ly/ Open source announcement: https://plot.ly/javascript/open-source-announcement/
Full reference: https://plot.ly/javascript/reference/#{$trace_name}
DISCLAIMER
This is an unofficial Plotly Perl module. Currently I'm not affiliated in any way with Plotly. But I think plotly.js is a great library and I want to use it with perl.
METHODS
TO_JSON
Serialize the trace to JSON. This method should be called only by JSON serializer.
type
Trace type.
ATTRIBUTES
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 87:
=over is the last thing in the document?!