mmaker / zkalc

A web tool that helps you compare and visualize the performance of cryptographic operations
https://zka.lc
BSD 3-Clause "New" or "Revised" License
73 stars 12 forks source link

Front-End / zchart axis labeling #51

Closed b-wagn closed 1 month ago

b-wagn commented 1 month ago

The zchart presentation could be slightly improved by labeling the axis. The y-axis is time of course, but for the x-axis a label explaining what it represents could help.

mmaker commented 1 month ago

that's a great point. If I'm not mistaken, according to Nivo's documentation this can be solved with something like

        axisBottom={{
            legend: 'size',
        }}

within ZkalcPlot. This seems a fairly easy change to make, do you want to give it a shot?

b-wagn commented 1 month ago

Closing due to #52 .