Result:
found more than 661 distributions - search limited to the first 2001 files matching your query
( run in 0.434 )
Chart-Plotly
view release on metacpan or search on metacpan
examples/traces/icicle.pl view on Meta::CPAN
use Chart::Plotly::Plot;
use JSON;
use Chart::Plotly::Trace::Icicle;
# Example from https://github.com/plotly/plotly.js/blob/9a57346d35f28a7969beea9e0fc35e13932275c6/test/image/mocks/icicle_coffee.json
my $trace1 = Chart::Plotly::Trace::Icicle->new({'parents' => ['', '', 'Aromas', 'Aromas', 'Aromas', 'Tastes', 'Tastes', 'Tastes', 'Tastes', 'Aromas-Enzymatic', 'Aromas-Enzymatic', 'Aromas-Enzymatic', 'Aromas-Sugar Browning', 'Aromas-Sugar Browning', ...
my $plot = Chart::Plotly::Plot->new(
traces => [$trace1, ],
layout =>
view all matches for this distribution( run in 0.434 second using v1.01-cache-2.11-cpan-709fd43a63f )