Simon

Results 33 comments of Simon

`prec_save` precision saved in database `prec_show` precision used for display `prec` in market object is the precision for the market

`1.31` 2 precisions `3.1231` 4 precisions so if you set the precision to 4 as example, then the user can't place an order with 5 decimals.

Just started to test fusioncharts. I am working on the react framework and import the chart modules as follows: ```javascript import FusionCharts, { ChartObject } from "fusioncharts"; import Area2D from...