We're thrilled to introduce the #fintech companies making up our 2022 @ICBA#ThinkTECH accelerator cohort!
Check out Chimney! Chimney drives digital loan growth with the tools, data, and guidance that turns homeowners into qualified borrowers.
>> https://t.co/29jtTGLYeX
Over 2 million people in the U.S search for financial calculators every single day. How well are you answering their questions? https://t.co/pFwXQZvJf3
@Signal_Intent
Here’s why upgrading your financial calculators should be a critical part of your digital transformation strategy: https://t.co/LSlivYc0SI
@Signal_Intent
@junedchhipa Hi, I've been enjoying apexcharts very much! Question for you, if I've formatted the xaxis with `formatter`, will `hideOverlappingLabels` hide an overlapping label if it's been formatted?
Kids what if a train pulled up & said “All aboard! Express train to Hell!” You wouldn’t get on, would you? Well that’s exactly what what your doing when you take a stick of marijuana.
@jlazaroff Oh. It literally is so when you do a check to see if something has a length greater than 0, you can return a falsy values instead of having that type error thrown. I can just settle for `(jake && jake.length > 0)` like a normal person though....
@jlazaroff You get that friendly old type error saying Cannot set property 'length' of undefined. I'm not sure of a way to do it besides stealing the namespace by naming a function called `undefined` and recreating it with properties.