SurveyJS Dashboard v2.0.10

Released: May 20, 2025

v2.0.10 中的更新

特性

  • Added two more functions that you can use for calculations within expressions:
    • round(num, precision): Rounds the given number to the specified number of decimal places.
    • trunc(num, precision): Truncates the given number to the specified number of decimal places.