-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/#574 chart legend #763
base: develop
Are you sure you want to change the base?
Conversation
|
Hi @maria-vslvn ,
#723 is fixed Thanks |
fixed |
@maria-vslvn , the legend of the chart is still incorrect itself. It should look like this: |
Can we please write "supply" instead of suply? |
Hi @maria-vslvn , in addition to Alex comment. It is really difficult to click on the legend to call a tooltip and not to be navigated to the https://www.amcharts.com/ now.. Especially in a mobile device. Thanks |
@elena-zh @josojo in order to change how the curr price is shown in the legend, i have to rewrite all the legend elements. i could spent some time on it? or maybe it's not so important. also i have a few questions about removing the charts copyright (https://stackoverflow.com/questions/38342247/how-to-remove-chart-copyright) |
@maria-vslvn , another option, besides removing the charts copyright, might be shifting the legend to the right |
yes, I agree with Elena, we should find a different solution than removing thee copy right symbol
1-day work, it would be worth it for sure! |
@elena-zh i moved the legend to the top. looks weird a bit, so i could also create a custom container for the legend as a second variant and place it under the graph card and wrap it in the same border as the graph card or smt like that. the reason is the whole graph is an svg so it is hard to style it if the docs doesnt contain a prop or any info |
Hm.... it's subjective. But I think that the top version is not looking better than the current version |
@maria-vslvn , as far as I remember, we discussed an option to move the charts copyright to the top and leave the legend at the bottom. Also, I do not see changes of the current price in the legend: it does not contains a vertical dotted line. It should look like this: |
@elena-zh i don't think we can move the copyright as there were no info in docs about it, so i decided to move the legend. maybe i have to find prettier solution.. |
|
Can you show a screenshot together with the orderrplacement input field. I am afraid that changing the height will distort/stretch the input fields |
@maria-vslvn Still, changes of the current price in the legend are not yet implemented: it does not contains a vertical dotted line. |
Hey @maria-vslvn , current price label LGTM! Could you please fix it? |
@elena-zh please check |
@maria-vslvn , Now all changes LGTM! So it would be great to fix it. |
The link woks fine on android, my mac os chrome (not safari), iphone same. it throughs an error and i've googled something about safari issue in loookbehind support https://caniuse.com/js-regexp-lookbehind |
The issue is still reproducible in iOS. Just note: the app is crashing only on an auction details page. Home, Docs, Auctions list pages can be opened. |
Closes #574
Closes #723
Closes #796
chart legend tooltips styled, chart layout fixed