GithubHelp home page GithubHelp logo

Comments (5)

alexsolex avatar alexsolex commented on August 29, 2024 3

You may have another issue with code.
You have in the code a Sort method using just a simple "Descending" sort order.
image

A couple of weeks ago, microsoft made mandatory to use the name of the enumeration. So you have to replace it with the correct syntax : "SortOrder.Descending"
image

from chartcomponents.

smolvik1 avatar smolvik1 commented on August 29, 2024 3

Also, for the Gantt component, the dateadd, datediff functions now require TimeUnit to be prefixed the Months and Days.

from chartcomponents.

alexsolex avatar alexsolex commented on August 29, 2024

"Result" property on Split method has been replaced a couple of weeks ago with the "Value" property (to be like all other methods)
Waiting for the fix, you have to replace Value(Result) errors with Value(Value) [it can looks strange but the first Value makes the string as number, and the second value refers to one of the splitted part of text]

from chartcomponents.

alexsolex avatar alexsolex commented on August 29, 2024

I still get a division by zero error ... Still searching the reason.

from chartcomponents.

FaisalAhmad786 avatar FaisalAhmad786 commented on August 29, 2024

@alexsolex Thanks for the help man. Greatly appreciate it. Any luck with the division by zero error?

from chartcomponents.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.