-
Notifications
You must be signed in to change notification settings - Fork 28
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
How to use this library to draw chart #4
Comments
It's addon package for https://github.com/kunjara/jyotish |
@krishnaguragain thank you for your message. I have successfully generated the chart using https://github.com/kunjara/jyotish |
@vivekratansinha Currently I don't have any example for it, but you can get through this example kunjara/jyotish#1 (comment). Phpstorm will help you by showing autosuggest. |
@vivekratansinha can you give example how you solved to draw chart using this library. It would be highly appreciated. |
@HSBSINGH As per my last message, I only managed to use the https://github.com/kunjara/jyotish, NOT https://github.com/kunjara/jyotish-draw |
Its required some options parameters, but options are optional as per class not cleared what to pass ...... do you had any idea? Fatal error: Uncaught Jyotish\Base\Exception\InvalidArgumentException: Options must be an array. in D:\Projects\xampp\htdocs\Astrology\jyotish\vendor\kunjara\jyotish\src\Base\Traits\OptionTrait.php:38 Stack trace: #0 D:\Projects\xampp\htdocs\Astrology\jyotish\vendor\kunjara\jyotish\src\Draw\Plot\Chakra\Renderer.php(127): Jyotish\Draw\Renderer\AbstractRenderer->setOptions('') #1 D:\Projects\xampp\htdocs\Astrology\jyotish\vendor\kunjara\jyotish\src\Draw\Plot\Chakra\Renderer.php(82): Jyotish\Draw\Plot\Chakra\Renderer->drawRashiLabel() #2 D:\Projects\xampp\htdocs\Astrology\jyotish\vendor\kunjara\jyotish\src\Draw\Draw.php(98): Jyotish\Draw\Plot\Chakra\Renderer->drawChakra(Object(Jyotish\Base\Data), 0, 0, NULL) #3 D:\Projects\xampp\htdocs\Astrology\jyotish\index.php(95): Jyotish\Draw\Draw->drawChakra(Object(Jyotish\Base\Data), 0, 0) #4 {main} thrown in D:\Projects\xampp\htdocs\Astrology\jyotish\vendor\kunjara\jyotish\src\Base\Traits\OptionTrait.php on line 38 |
I am struggling to draw a chart using the data generated by jyotish library. A simple example would be highly appreciated.
The text was updated successfully, but these errors were encountered: