You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce JSROOT.StoreJSON() function. It creates JSON code for the
TCanvas with all drawn objects inside. Allows to store current canvas state
Support "item=img:file.png" parameter to insert images in existing layout (#151)
Support TTree drawing into TGraph (#153), thanks @cozzyd
Let configure "&toolbar=right" in URL to change position of tool buttons
Let configure "&divsize=500x400" in URL of size of main div element (default - full browser)
Implement "optstat1001" and "optfit101" draw options for histograms
Remove "autocol" options - standard "plc" should be used instead
Provide drawing of artificial "$legend" item - it creates TLegend for all primitives in pad
Can be used when several histograms or several graphs superimposed
Let configure "&toolbar=vert" in URL to change orientation of tool buttons
Improve markers and error bars drawing for TH1/TProfile