plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
292 stars 40 forks source link

Filenames with dots are not working correctly #362

Open bgottschall opened 3 years ago

bgottschall commented 3 years ago

Orca removes everything from a filename after the first dot:

orca-1.3.1.AppImage graph myplot.json --output-dir ./ --output 'myplot.test' --format pdf

Expected filename : myplot.test.pdf Actual filename: myplot.pdf